Search the web
Sign In
New User? Sign Up
www-talk
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 10939 - 10968 of 11330   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
10939
... 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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
Dec 16, 1999
2:24 pm
10961 Daniel Senderowicz
daniel@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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...
mjd
mjd@...
Send Email
Jan 27, 2000
4:40 pm
Messages 10939 - 10968 of 11330   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help