I have to process a file upload from a Flash object to an aps.net "page". This page basically is supposed check the file to see if it's an imagea and save it then update a database. The program returns an XML message to the Flash.
I would normally use a regular file upload control on an APSX page with an event handler (in the codeBehind) and reference the postedfile property of the upload control... but this is from Flash and there is no fil upload control!
What do I do?
The designers and marketers here really really want to use Flah so I can't make an ASPX page.
Thanks,
Paul.