0

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

jeroenjoosen
  • 649
  • 2
  • 10
  • 22

1 Answers1

0

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

Cay
  • 3,804
  • 2
  • 20
  • 27