Why won't SWFUpload execute the upload.aspx code, and why is it saving all files to the root directo
- by Nathan Fast
I am using SWFUpload v2.2.
In IE (8):
If I upload a very tiny file (16kb):
1) The file appears in the root directory where upload.aspx is located.
2) Page_Load on upload.aspx.cs is executed.
3) The file is actually processed by the Page_Load…