Can Flash AS3 FileReference access the size of a file on local disk before uploading to PHP?
Posted
by undefined
on Stack Overflow
See other posts from Stack Overflow
or by undefined
Published on 2010-04-28T15:50:09Z
Indexed on
2010/04/28
15:53 UTC
Read the original article
Hit count: 237
I want to be able to get the size of a file before uploading it to a PHP script using FileReference.
Can I get the file size before detecting bytesTotal during the upload process?
© Stack Overflow or respective owner