simogeo / Filemanager

An open-source file manager released under MIT license. Up-to-date for PHP connector. This package is DEPRECATED. Now, please use RichFileManager available at : https://github.com/servocoder/RichFilemanager.
938 stars 350 forks source link

When upload large files I get 400 bad request #463

Open AbdoDabbas opened 8 years ago

AbdoDabbas commented 8 years ago

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.

simogeo commented 8 years ago

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

AbdoDabbas commented 8 years ago

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.

hammond13 commented 8 years ago

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