12/12/2010 1:03:43 AM
Title:
Upload a video in flex 3
Can any one say how to upload a video file in flex 3 and convert it to some format and store it in data base.(front end is flex ,connection between database i use python, backend mysql)
12/12/2010 1:31:20 AM
Flex swf file is a client side application so it can just help you to upload file just like html . You can use the upload class in flex to upload files. Flex can just help you in browsing and start the upload, as we do in the html. The work of receiving the file on server, saving to disk on server and storing to database have to be done using server scripts only (python or anything you are using on server side.