A Flash Developer Resource Site

Page 2 of 2 FirstFirst 12
Results 21 to 25 of 25

Thread: Multi Uploads using FileReferenceList ();

  1. #21
    Senior Member
    Join Date
    Oct 2000
    Posts
    123
    I've been through Macromedia's help files as well as several other sources, and I've gotten this functionality to work locally, although when I put it on any external server it doesn't seem to function correctly. It seems to relay that my uploads were successful, although I do not see any images in the folder that has been assigned the uploads. Everything is linking relatively so it shouldnt be any bad linking issues.

    http://www.ultimateweddingphotograph...d/fileref.html

    It seems as if everything went through correctly, but when I look in the images folder it remains empty.
    Any ideas?

  2. #22
    Senior Member
    Join Date
    Oct 2000
    Posts
    123
    Ahh, folder need CHmod 777 not 755 like I had.

  3. #23
    come 'ere a minute
    Join Date
    May 2004
    Location
    BC, Canada
    Posts
    50
    Try this elliot,

    Code:
    var list = fileRefList.fileList;
    var item:FileReference;
    
    button.onRelease = function(){
        list.push(item);
    }
    Something like that? (did not test this).
    http://www.streamsearch.ca - The music you want, when you want it
    http://www.machonemedia.ca - Web development and other media related services
    http://www.myshortfilms.com - A community for short film makers to comment and rate films

  4. #24
    Junior Member
    Join Date
    Jul 2015
    Posts
    1
    hello everyone

    i am new in this forum, and i need some help with flash for create and made an new Mailform with attachment with flash, but i just find felx and air alternatives, really i dunno how use that and if i can linked that inside to flash project, i was working in CC, but really is very hard find a good tutorial, so somepeople can help me? or know some notion about that or how to do this?

    i need some help with that!, really urgent!

    i apreciatte any help

    thanks

  5. #25
    Banned
    Join Date
    Apr 2016
    Location
    Bangladesh
    Posts
    9
    Thanks for your sharing tips. it seems to be useful.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center