Filemanager icon indicating copy to clipboard operation
Filemanager copied to clipboard

When upload large files I get 400 bad request

Open AbdoDabbas opened this issue 9 years ago • 3 comments

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.

AbdoDabbas avatar Mar 04 '16 08:03 AbdoDabbas

check your IIS settings / ASP settings (don't know nothing about it. - Poke @hammond13 https://www.google.fr/search?client=ubuntu&channel=fs&q=400+Bad+request+-+Invalid+Verb&ie=utf-8&oe=utf-8&gfe_rd=cr&ei=XnDZVr7nLcWCbMfQhbgL#channel=fs&q=asp.net+mvc+upload+size+limit

simogeo avatar Mar 04 '16 11:03 simogeo

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.

AbdoDabbas avatar Mar 04 '16 18:03 AbdoDabbas

I don't have much experience with the "Invalid Verb" message. Since it is browser specific, it could be a cookie problem: http://stackoverflow.com/questions/35654199/sudden-bad-request-invalid-verb-on-during-debugging-visual-studio

hammond13 avatar Mar 04 '16 19:03 hammond13