how to upload multiple images in to a server?

孤街醉人 提交于 2019-12-11 04:51:39

问题


I tried to upload the image in to the server using Flex.The coding is compiled and run sucessfully but the images are upload at a time. i want to upload images seperately and also put progres bar to upload each image uploaded. can any one help me?


回答1:


You can achive this with the FileReferenceList, you can find all the info and example code here:

http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/net/FileReferenceList.html



来源:https://stackoverflow.com/questions/11773072/how-to-upload-multiple-images-in-to-a-server

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!