Avatar of webressurs
webressurs
Flag for Norway

asked on 

How to get data from a Flash post in ASP.NET?

I have a asp.net file that shall recieve data from a flash file an process it. The Flash posts data by using the ".sendAndLoad" method, and posts like this: "recieve.aspx?title=hello&text=This is the text"

What is the best method to recieve the data from the Flash and process it? Request.form / request.querysting...?
ASP.NETC#

Avatar of undefined
Last Comment
samtran0331

8/22/2022 - Mon