944,057 Members | Top Members by Rank

Ad:
  • PHP Discussion Thread
  • Unsolved
  • Views: 512
  • PHP RSS
Oct 7th, 2009
0

Info on http uploads?

Expand Post »
Hi everyone

I've been googling my time away trying to find a resource that explains how many php uploads http can handle at once and any extra info on the process and limitations etc. Does anyone have a link they could share. Google isn't being very helpful (or the problem is between my mouse and my chair )
Similar Threads
Reputation Points: 18
Solved Threads: 2
Posting Whiz
Venom Rush is offline Offline
325 posts
since Oct 2007
Oct 7th, 2009
0
Re: Info on http uploads?
I think thats all based on your server, it's INI, and it's brute power.
Reputation Points: 10
Solved Threads: 0
Newbie Poster
jtmcgee is offline Offline
13 posts
since Oct 2007
Oct 7th, 2009
0
Re: Info on http uploads?
Click to Expand / Collapse  Quote originally posted by jtmcgee ...
I think thats all based on your server, it's INI, and it's brute power.
Php.ini controls the file upload size via 'upload_max_filesize'.

The http protocol only allows one connection for uploads (this is about all I know). Trying to upload multiple files using multiple file upload fields won't work because of this.

I just want to find a resource that explains the limitations, security reasons/restrictions etc.
Reputation Points: 18
Solved Threads: 2
Posting Whiz
Venom Rush is offline Offline
325 posts
since Oct 2007
Oct 7th, 2009
0
Re: Info on http uploads?
I would look into an online book if you can since all those settings are going to differ on different servers.


Google Books results for PHP
Reputation Points: 7
Solved Threads: 8
Light Poster
redburn is offline Offline
37 posts
since May 2009
Oct 8th, 2009
0
Re: Info on http uploads?
I think everyone is misunderstanding what I'm after. I'm looking for a resource that explains the ins and outs of the http protocol related to uploads.

I don't need a work around on how to upload multiple files using php or anything like that. I already work around that issue by using iframes.
Reputation Points: 18
Solved Threads: 2
Posting Whiz
Venom Rush is offline Offline
325 posts
since Oct 2007
Oct 8th, 2009
1
Re: Info on http uploads?
Hey.

A bit of Google'ing turned up these two links.
http://www.ietf.org/rfc/rfc2388.txt
http://www.faqs.org/rfcs/rfc1867.html

Does that help?
You could of course always just go directly to the W3C HTTP specifications. (http://www.w3.org/Protocols/rfc2616/rfc2616.html)
Reputation Points: 93
Solved Threads: 70
Posting Pro
Atli is offline Offline
526 posts
since May 2007
Oct 8th, 2009
0
Re: Info on http uploads?
Click to Expand / Collapse  Quote originally posted by Atli ...
Hey.

A bit of Google'ing turned up these two links.
http://www.ietf.org/rfc/rfc2388.txt
http://www.faqs.org/rfcs/rfc1867.html

Does that help?
You could of course always just go directly to the W3C HTTP specifications. (http://www.w3.org/Protocols/rfc2616/rfc2616.html)
Atli, you are king. Thanks for those first two links. Just what I was looking for.
Reputation Points: 18
Solved Threads: 2
Posting Whiz
Venom Rush is offline Offline
325 posts
since Oct 2007
Oct 8th, 2009
0
Re: Info on http uploads?
No problem. I'm glad I could help ;-)
Reputation Points: 93
Solved Threads: 70
Posting Pro
Atli is offline Offline
526 posts
since May 2007

This thread is more than three months old

No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.
Message:
Previous Thread in PHP Forum Timeline: Registration Page parse error, please help noob
Next Thread in PHP Forum Timeline: Passing in Arguments





About Us | Contact Us | Advertise | Acceptable Use Policy
Forum Index | Build Custom RSS Feed


Follow us on Twitter


© 2011 DaniWeb® LLC