vote up 0 vote down star

hi All, In Flex i want to upload a particular file to server form local system.how to do it? Thanks.

flag

0% accept rate

2 Answers

vote up 1 vote down

You cannot upload a file without using FileReference.browse() followed by an upload(). If it was possible, that would mean that a webpage can read any file from the user's machine without his knowledge or consent.

Can you even imagine the consequences of that?

link|flag
vote up 0 vote down

You can upload byteArrays though if you are sending some images or texts. http://developer.amazonwebservices.com/connect/thread.jspa?messageID=76422

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.