file transfer in flex
Try to explain my problem first.
In my local drive(C:\temp
) have zip file.I want to transfer this file in the server location.
the problem which i faced, i want to do that without fileReferenceList.browse();
fileReference = FileReference(fileList[0]);
In fileReference
variable, may be given t开发者_如何学编程he file object.
How I can make the process in different way. Please help me with tutorials or source code.
It works only with Adobe AIR.
This tutorial seems to have source code you can use: http://blog.flexexamples.com/2007/09/21/uploading-files-in-flex-using-the-filereference-class/
精彩评论