Re: [imp] Error handling for files that are too big for the web server
Zitat von Claude Tompers : On Tue, 28 Jan 2014 16:13:52 +0100 Jan Schneider wrote: Zitat von Claude Tompers : > Hello, > > Using the latest version of IMP, if I try to upload a file that is > too big for the web server itself to accept (sending back a 413 > error page), Horde is unable to handle the response and stays in an > "pending" state. If PHP has to handle the problem, everything works > fine. > > kind regards, > Claude Tompers Yes. Is there a way to fix this problem so that Horde does not "fail" silently ? No, because it isn't Horde that fails. -- Jan Schneider The Horde Project http://www.horde.org/ https://www.facebook.com/hordeproject -- imp mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: imp-unsubscr...@lists.horde.org
Re: [imp] Error handling for files that are too big for the web server
On Fri, 31 Jan 2014 10:43:59 +0100 Jan Schneider wrote: > > Zitat von Claude Tompers : > > > On Tue, 28 Jan 2014 16:13:52 +0100 > > Jan Schneider wrote: > > > >> > >> Zitat von Claude Tompers : > >> > >> > Hello, > >> > > >> > Using the latest version of IMP, if I try to upload a file that > >> > is too big for the web server itself to accept (sending back a > >> > 413 error page), Horde is unable to handle the response and > >> > stays in an "pending" state. If PHP has to handle the problem, > >> > everything works fine. > >> > > >> > kind regards, > >> > Claude Tompers > >> > >> Yes. > > > > Is there a way to fix this problem so that Horde does not "fail" > > silently ? > > No, because it isn't Horde that fails. Well failing is the wrong term, the JavaScript function handling the XHR request ignores the fact that it gets a 413 status back instead of a 200 status. Shouldn't Horde tell the user about that ? signature.asc Description: PGP signature -- imp mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: imp-unsubscr...@lists.horde.org
Re: [imp] Error handling for files that are too big for the web server
Zitat von Claude Tompers : On Fri, 31 Jan 2014 10:43:59 +0100 Jan Schneider wrote: Zitat von Claude Tompers : > On Tue, 28 Jan 2014 16:13:52 +0100 > Jan Schneider wrote: > >> >> Zitat von Claude Tompers : >> >> > Hello, >> > >> > Using the latest version of IMP, if I try to upload a file that >> > is too big for the web server itself to accept (sending back a >> > 413 error page), Horde is unable to handle the response and >> > stays in an "pending" state. If PHP has to handle the problem, >> > everything works fine. >> > >> > kind regards, >> > Claude Tompers >> >> Yes. > > Is there a way to fix this problem so that Horde does not "fail" > silently ? No, because it isn't Horde that fails. Well failing is the wrong term, the JavaScript function handling the XHR request ignores the fact that it gets a 413 status back instead of a 200 status. Shouldn't Horde tell the user about that ? If the javascript library (prototype) is providing this information, yes. -- Jan Schneider The Horde Project http://www.horde.org/ https://www.facebook.com/hordeproject -- imp mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: imp-unsubscr...@lists.horde.org
Re: [imp] Error handling for files that are too big for the web server
On Fri, 31 Jan 2014 11:51:30 +0100 Jan Schneider wrote: > > Zitat von Claude Tompers : > > > On Fri, 31 Jan 2014 10:43:59 +0100 > > Jan Schneider wrote: > > > >> > >> Zitat von Claude Tompers : > >> > >> > On Tue, 28 Jan 2014 16:13:52 +0100 > >> > Jan Schneider wrote: > >> > > >> >> > >> >> Zitat von Claude Tompers : > >> >> > >> >> > Hello, > >> >> > > >> >> > Using the latest version of IMP, if I try to upload a file > >> >> > that is too big for the web server itself to accept (sending > >> >> > back a 413 error page), Horde is unable to handle the > >> >> > response and stays in an "pending" state. If PHP has to > >> >> > handle the problem, everything works fine. > >> >> > > >> >> > kind regards, > >> >> > Claude Tompers > >> >> > >> >> Yes. > >> > > >> > Is there a way to fix this problem so that Horde does not "fail" > >> > silently ? > >> > >> No, because it isn't Horde that fails. > > > > Well failing is the wrong term, the JavaScript function handling the > > XHR request ignores the fact that it gets a 413 status back instead > > of a 200 status. Shouldn't Horde tell the user about that ? > > If the javascript library (prototype) is providing this information, > yes. Is prototype.js providing this information and are you going to fix this issue at some point ? signature.asc Description: PGP signature -- imp mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: imp-unsubscr...@lists.horde.org