Skip to main content
March 18, 2013
Question

as3.0 upload option

  • March 18, 2013
  • 2 replies
  • 460 views

hi

we need to upload file option in as3.0. (.jpg,  gif, swf, ect...) .

How to create this option. this upload file to  store in one folder. any refference. sample file. help me

thanks

This topic has been closed for replies.

2 replies

Ned Murphy
Legend
March 18, 2013

Here is a link to a tutorial that is PHP-based.

http://permadi.com/blog/2010/06/flash-using-filereference-and-php-to-upload-files-to-server/

You should try searching Google for more.  Use search terms like "AS3 upload file tutorial"

robdillon
Participating Frequently
March 18, 2013

Here's a sample file upload .fla. It allows you to select a folder and then select as many individual files as you like to upload. The .fla calls a .cgi to do the actual file saving on the server, so you'll also need another file on the server to do this work. The second link is to a tutorial on writing a Perl script to do this.

http://www.ddg-designs.com/downloads/uploadMeMultiple.zip

http://www.sitepoint.com/uploading-files-cgi-perl/