actionscript 3 - FileReference, send straight to PHP? -


I would love to be able to send the entire file reference object to a PHP service.

  UploadVideoResult.Token = uploadVideo.uploadTheVideo (mFileReference, nameTextInput.text);   

Is there any way to do this?

Otherwise, what is the best way to upload files to the PHP service for uploading?

/ div>

In two ways you can get it to upload one file to a file See), like how you would do this with regular HTML uploads. You can check out some tips on how to implement it.

I have recently developed a new way of uploading files using FileReference to read the binaries of files, and other metadata such as files such as Flash - Remote in user - server - side Input Details I found that this method is actually more straight-forward at the server-side, you can use any of the php solutions that support flash remote such as business solution

Comments