How to Handle Phonegap File Upload to asp.net Server: Language Scala Plugin: Finagle

COD3M4ST3R-X

New Member
Hi I have a situation whereby I have uploaded a file successfully using ajax, PHP and asp.netHowever the requirement is to use Scala and the finagle library.
  • Does anyone have any idea how to code the file handling code inScala?
  • What would replace the below?
http://docs.phonegap.com/en/1.0.0/phonegap_file_file.md.html#FileTransfer\[code\]var ft = new FileTransfer();ft.upload(fileURI, "http://some.server.com/upload.php", win, fail, options);\[/code\]
  • Would I replace upload.php with upload.scala? (because if this is thecase, the Scala code I have already possesses a lot of functionalityand will not solely exist for the purpose of uploading files to theasp.net server.)
 
Back
Top