Skip to main content
Inspiring
November 18, 2013
Question

Upload a file from iPad to web

  • November 18, 2013
  • 2 replies
  • 1528 views

Probably a stupid question, but is there an easy way to do this? Downloading a file is no problem (URLRequest, URLLoader,FileStream to write it) but the process doesn't seem so easy in reverse. Any ideas?

Thanks inadvance...

This topic has been closed for replies.

2 replies

Inspiring
November 19, 2013
Inspiring
November 21, 2013

Thanks, I’ll take a look

Inspiring
November 18, 2013

you will probably want to use something like PHP to post the information to the web.

http://www.w3schools.com/php/php_file_upload.asp

in as3 you would use url loaders to do the POST

Inspiring
November 21, 2013

Thanks for your help.

Inspiring
November 21, 2013

No problem, any other problems you come across regarding uploading files, just ask away. I've worked recently in an app with such a feature, I may be able to help you.