Okay, I know asp.net 2.0 has got a file upload control thingy and I know how to use that… But what I need to do is use flash to reference the files (via flashes nice little filereference or filereferencelist control thingy… But I don’t know how to send the files to ASP.net 2.0 so it can save them… Any help? I know it’s possible in PHP, but my server only supports ASP.net 2.0 (hence the reason I’ve been saything whole long title each time)… And I can’t change to linux… Any help? Anyone have any tips?
You want to use Flash to upload a form. That form is posted to ASP.NET Upload component and then you can use Ajax, or C# to display it on the page?