|
Posted by Richard Davey on 09/30/34 11:13
Hello Joseph,
Wednesday, April 13, 2005, 5:42:42 PM, you wrote:
JC> I though you could limit it in the php.ini file. OR, you can
JC> determine it's length through php and then discard it. I remember
JC> reading something about limiting file size and overidding that
JC> limit in the script. If i find it i will post it here.
Sure, you can discard the file if it's over the file size limit - but
ONLY after it has been uploaded, which is what the original poster
wanted to avoid. PHP, being server-side in nature, doesn't make this
possible.
Best regards,
Richard Davey
--
http://www.launchcode.co.uk - PHP Development Services
"I do not fear computers. I fear the lack of them." - Isaac Asimov
[Back to original message]
|