flash - Why won't SWFUpload execute the upload.aspx code, and why is it saving all files to the root directory? -
I am using SWFUpload v2.2.
IE (8):
& nbsp; & Nbsp; If I upload a very small file (16 KB):
& nbsp; & Nbsp; & Nbsp; & Nbsp; & Nbsp; 1) The file appears in the root directory where upload.aspx is located.
& nbsp; & Nbsp; & Nbsp; & Nbsp; ; 2) Page_load is executed on Upload.aspx.cs.
& nbsp; & Nbsp; & Nbsp; & Nbsp; & Nbsp; 3) The file is actually processed through the page_load process, and the processed file is saved in the right place. If I upload a normal file (1.5 MB):
& nbsp; & Nbsp; & Nbsp; & Nbsp; & Nbsp; 1) The file appears in the root directory where the upload.aspx is located.
Firefox in (3.5.7):
The size of the file does not matter, it is:
& nbsp; & Nbsp; & Nbsp; & Nbsp; & Nbsp; 1) The file appears in the root directory where upload.aspx is located.
I have the max.exestLength = "30000" executionTimeout = "3000" web. Just to be sure in the configured
Constructor I'm Away in the Settings Object:
& nbsp; & Nbsp; File_size_limit: "10 MB",
& nbsp; & Nbsp; File_types: ". ",
& nbsp; & Nbsp; File_types_description: "All files",
So my questions are:
& nbsp; & Nbsp; How is saving file in root directory (and why)?
& nbsp; & Nbsp; Why Page_load only executes when I am using IE and uploading very small files?
A small piece of my last file upload solution was anchored in web.config, and remove it After the strange behavior stopped.
Comments
Post a Comment