Upload files in server
I need to upload a csv file from local directory to开发者_C百科 tomcat server using actionscript and Flex as frontend. The uploaded file should be queried which i have done in java using csv database driver. Thanks in advance..
Use can use FileRefrence on flex side, also check example
Hopes that helps
fileReference.upload() will do it
The best thing for this is to use AS3 FTP library.
http://code.google.com/p/fl-ftp/
精彩评论