Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

as3.0 upload option

Guest
Mar 18, 2013 Mar 18, 2013

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

TOPICS
ActionScript
441
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Mar 18, 2013 Mar 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/

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Mar 18, 2013 Mar 18, 2013
LATEST

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"

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines