how do we upload the files designed in flex and developed in php to the web server. how do we integrate the application there. send me the steps to do so.
Hit F1 in flex and search for 'FileReference' this will give you examples of how to handle the flex side of uploading. Pass the multipart/form-data to the server side PHP that accepts an argument 'Filedata'.