Set wav file to filereference

191 Views Asked by At

I'm building a little recorder in flash and I have a little problem with sending the file that is recorded to php. Is there a way to simply send it with a var of do I need to set it to a file reference, but how can I do that because the only way I see that is that you need to browse or load is from somewhere.

Thanks Jeroen

1

There are 1 best solutions below

1
On BEST ANSWER

You can send it to the server using this: Save ByteArray to file with PHP