... This question came up on one of the perl development lists. Once again, I remember reading about this somewhere in a spec, but where? I could have sworn...
Larry Masinter
masinter@...
Oct 4, 1999 6:43 pm
10940
hi, I'm trying to write a small program which sends large amount of data(String of size maybe 1-5MB) through HTML form and HTTP POST method. Can this be done ?...
Vishal Wani
vishal@...
Oct 7, 1999 5:04 pm
10941
As far as I know there is nothing in either the HTML spec, CGI spec or the ASP spec that prevents you from passing around arbitrarily large chunks of data....
Dmitry Beransky
dberansky@...
Oct 7, 1999 5:19 pm
10942
If the data is really huge, O(1-1.5 MB), it would be wise to upload it using File. Will it be possible for the user to input so much data from a single Form. ...
I Khaitan
khaitan@...
Oct 7, 1999 6:12 pm
10943
You might be better off using multipart/form-data instead of application/x-www-form-urlencoded, whether or not the data was uploaded through 'file upload'. My...
Larry Masinter
masinter@...
Oct 7, 1999 7:06 pm
10944
check out the file upload stuff. When reading the stream of data from the web browser, use a buffer to read 4K at a time from the browser then write that 4K to...
Andrew Prendergast
ap@...
Oct 7, 1999 7:37 pm
10945
Thanks Dmitry Beransky and everybody for answering my Q'. It did help me make some decisions today. I know the scenario is highly unusual. But it's b'cos I'm...
Vishal Wani
vishal@...
Oct 7, 1999 8:27 pm
10946
FREE E-COMMERCE WHEN YOU HOST WITH US!! Tired of expensive e-commerce software, set up fees and leasing contracts? Here is the deal: You host your site with us...
Donald
klmk8@...
Oct 14, 1999 7:43 pm
10947
Hi, Are there any software that performs HTTP authentication? In particular, I have an server application that resides on a web server, and I want to write a ...
Michele Lee
mclee@...
Oct 28, 1999 9:40 pm
10948
Hi Michele, ... Not sure if it's exactly what you're looking for, but have a look at TrustedWeb at http://www.sse.ie/trustedweb Gary...
Gary Stephens
gary.stephens@...
Oct 29, 1999 12:57 pm
10949
What web server do you have ? if it's IIS then you can go to IIS administration and under directory security option for your default / any website.....you will...
Vishal Wani
vishal@...
Oct 29, 1999 1:35 pm
10950
... Not a good idea. HTML is not the proper vehicle to do this. What if you want to compress flat text? ... You mean, every time you want to send compressed...
Reinier Post
rp@...
Nov 3, 1999 2:57 pm
10951
I have an HTML page with anchors that link to a server-side script that produces a very long form. The URL for the target script includes a querystring and a...
David Perrell
davidp@...
Nov 4, 1999 8:13 pm
10952
The proposal, "Form-based Device Input and Upload in HTML", has been finalized: http://www.bovik.org/device-upload.html The HTML working group is not currently...
James P. Salsman
bovik@...
Nov 23, 1999 2:45 am
10953
All, I have a problem using Content-Encoding What I'm trying to do: I want to serve a document (HTML, DOC PDF...) (via HTTP/1.1) using a compression mechanism...
Lapierre, Frederic
Frederic.Lapierre@...
Nov 23, 1999 9:55 am
10954
Hi, Is it any http headers I can use to tell any transparent cache which might try to cache a page to stay away, and not modify any parts of the http header to...
Christian Bøhn
chrb@...
Nov 23, 1999 5:23 pm
10955
... Pragma: No-cache Cache-control: private Expires: 0 this will stop caching. The standard for http proxies says that they shouldn't attempt to modify the...
Grahame Grieve
grahame@...
Nov 23, 1999 11:59 pm
10956
Hi, Is there any HTTP/1.1 test suite (cases) which can be used to verify that a server actually *is* HTTP/1.1 compliant? It would be nice to be able to stick a...
Joakim G.
jocke@...
Dec 2, 1999 1:10 pm
10957
I meant to forward this along yesterday... Sorry for the delay. Y'all come! -- Dan Connolly, W3C http://www.w3.org/People/Connolly/ You may have seen: ...
Dan Connolly
connolly@...
Dec 2, 1999 7:01 pm
10958
Hi, Are multiple html documents allowed in a single stream? The reason I ask is that I've come across a URL (<http://perl.apache.org/guide/all.html>) that...
Dmitry Beransky
dberansky@...
Dec 9, 1999 10:29 pm
10959
Hi, I was wondering if there is a way to tell a robot to drop everything it knows about your site and reindex the whole thing? We have recently reworked our...
Conan Callen
ccallen@...
Dec 16, 1999 2:02 pm
10960
... Removing pages from a site is generally a bad idea, because even if you manage to get it reindexed by various robots, there will still be many people with...
Gerald Oskoboiny
gerald@...
Dec 16, 1999 2:24 pm
10961
Daniel Senderowicz
daniel@...
Jan 11, 2000 8:19 pm
10962
I am having problems with the interaction between a web server and a gateway which I belive to be due to problems with the HTTP header conformance. Does anyone...
Paul Bartlett
patheticshark@...
Jan 12, 2000 10:01 am
10963
The trace mode in Lynx is used for this sort of debugging. See <http://lynx.browser.org/> for how to get it, etc. Al ... clients ... what...
Al Gilman
asgilman@...
Jan 12, 2000 2:10 pm
10964
... We have an HTTP 1.1 testing/demo site: http://jigsaw.w3.org/HTTP/ I'm not sure it's exactly what you're after, but please have a look. ... -- Dan Connolly ...
Dan Connolly
connolly@...
Jan 12, 2000 2:19 pm
10965
Hi, I am a software engineer and I am facing problems in marketing my software. Can anyone help me in the process? Ali....
1029
1029@...
Jan 19, 2000 7:39 am
10966
hello I am working on a client side solution of web searching. I would like to know how I can query another search engine (like yahoo or alta-vistla etc). I...
Hamid Abdul Basit
u961033@...
Jan 19, 2000 11:52 am
10967
Hello , A PHP script must simultaneously set the cookie and should redirect to a new page. Therefore HTTP headers from the server must go something like this -...
Mukul Gandhi
mgandhi@...
Jan 27, 2000 9:37 am
10968
what client are u using? it may not be a problem in your particular case, but recently i uncovered a bug/feature in ie5 which doesnt let u set domain wide...