Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > HTML > Limit to size of POST in forms

Reply
Thread Tools

Limit to size of POST in forms

 
 
news.amnet.net.au
Guest
Posts: n/a
 
      09-10-2004
Hi Richard

You can send your answer to alt.www.webmaster if you like.

Thanks

Hugo


> Hi


So you said over in alt.html. Where do you want your answer?

--
Cheers
Richard.


Hi

I am running Apache Oracle http server 1.3.22 and I have written a jsp where
the size of the information sent in a form with the POST procedure can be
very large: long description fields together with a long list of pathnames
of files. The POST event sends of this information to another jsp where file
uploading is done.

The problem is that when the description and/or the list of pathnames is
very long, the jsp window just hangs (there isn't even an hourglass to tell
the user it is busy processing).

I have independently tested making very large uploads with a non-browser
java program to my Oracle CMSDK area (files in a database with metadata) and
there seems to be no limit to that.

I suspect the problem is with the size of the strings that are posted to the
next jsp, before the upload is done. In any case, uploading only starts in
the next window, so one can expect the browser to display the next window,
then in that second window hang on the upload, if the upload was the
problem. However, I never get to my next window.

In addition, I also have this problem in another jsp where there is no
uploading but again, very large description fields.

Is there a limit to the size of the information that can be sent via a POST
event? If so, is there a place where this can be changed?
Is the limit a web server limitation, or perhaps a limitation of the
browser? Most people here use Internet Explorer.

Any help or information will be greatly appreciated.

Thanks

Hugo



> Hi


So you said over in alt.html. Where do you want your answer?

--
Cheers
Richard.


 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Size limit for data being POST to a servlet DiscoStu Java 6 03-04-2009 10:22 AM
c program, file size limit, how to solve? 2G bytes limit. guru.slt@gmail.com C++ 1 06-27-2005 11:05 PM
Limit to size of POST in forms using javax.servlet.http.HttpServlet? news.amnet.net.au Java 1 09-15-2004 05:00 AM
Limit to size of POST in forms? news.amnet.net.au HTML 1 09-15-2004 02:16 AM
Limit to size of POST in forms? news.amnet.net.au HTML 2 09-10-2004 05:11 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57