You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, when I try to upload large file (for example I tried 0.6GB) It show that it's uploading and the progress bar works but when finish it returns "400 Bad request - Invalid Verb" in the response, and shows the message box:
"New file(s) added successfully.".
Even thought the file isn't uploaded.
I'm using ASP.NET MVC as server side, and this is happening when using FireFox, when using Chrome it works fine with no errors.
The text was updated successfully, but these errors were encountered:
I already did increased the max limit of uploaded files, the problem is not in here.
On Chrome it's working with no problems, on FireFox this problem occurs.
I think it's something related to http headers sent.
Hi, when I try to upload large file (for example I tried 0.6GB) It show that it's uploading and the progress bar works but when finish it returns "400 Bad request - Invalid Verb" in the response, and shows the message box:
"New file(s) added successfully.".
Even thought the file isn't uploaded.
I'm using ASP.NET MVC as server side, and this is happening when using FireFox, when using Chrome it works fine with no errors.
The text was updated successfully, but these errors were encountered: