I have the script working, but I don't know enough about the server side. What has to be running on the server (Microsoft Server, Enterpise Edition) to process a client PHP upload?
Asked
Active
Viewed 57 times
-3
-
1Patrick, generally speaking you should provide details on what you've tried. You say the script is working, but no one really knows what that means. Also, some details on exactly what part of the problem you are having trouble with will help. – NotMe Jan 08 '11 at 17:39
-
Also, you mention three different technologies here: asp, .net, and php. And the webpage you reference appears to have been built with Word or something like it and posts back to a php page... – NotMe Jan 08 '11 at 17:41
1 Answers
0
I think I know what he wants to do, I've seen this before.
He wants to show the progress of a file he uploads. It works via JavaScript and iFrame, but when I tried, I wasn't able to get ASP.NET to do the same as PHP, probably because ASP.NET is doing it synchronously by default, while PHP is async.
If that's indeed what you want, I reccommend JQuery uploadify.
You find more info on JQuery Uploadify with WebForms in my post here: Multiple fileuploads with ASP.NET MVC

Community
- 1
- 1

Stefan Steiger
- 78,642
- 66
- 377
- 442