Adobe Air upload progress without FileReference
Posted
by anhtuannd
on Stack Overflow
See other posts from Stack Overflow
or by anhtuannd
Published on 2010-04-05T08:38:28Z
Indexed on
2010/04/05
8:43 UTC
Read the original article
Hit count: 358
I'm deploying a small application with Adobe Air. My application will do batch upload from filepath which stored in a text file.
For example, in a text file name "list.txt", there is a string "C:\myfiles\IMG_0001.JPG". Now I want to upload this image file, keep tracking of upload progress :-<
I want to use FileReference to get the upload progress, but I don't know how to import from file's path. I also wonder how to use FileReference to upload this file without prompting a dialog for user to select file.
Thank you so much :)
© Stack Overflow or respective owner