Vivek
Vivek

Reputation: 663

Write file on server in flex web application

I am trying to build a application which can record sound in Flex 4. I am able to record sound but i am not able to save sound data in a file on web.

How can i save sound data on server in flex web application. FileStream does not work in flex web application.

Your help will be appreciated.

Upvotes: 0

Views: 832

Answers (1)

Constantiner
Constantiner

Reputation: 14221

You can use some solutions which allow to perform upload from byte array like the following. But don't forget about some security restrictions which can require user interaction on upload.

Upvotes: 1

Related Questions