Is it possible that in image upload scripts we check image size (kb) with javascripts and then allow user to upload them? I use php for my upload script.
DrDoc
2:49 am on Mar 5, 2006 (gmt 0)
Nope, not possible.
setareh
5:26 pm on Mar 5, 2006 (gmt 0)
thanks! any other suggestion?
RonPK
9:05 pm on Mar 5, 2006 (gmt 0)
There are several Java applets out there that handle file uploads. As they need access to the users file system, they all require the user to click an OK button first.
setareh
9:46 pm on Mar 6, 2006 (gmt 0)
Thanks RonPK You mean I must use something like ActivX?
Trace
8:45 pm on Mar 7, 2006 (gmt 0)
You can set upload_max_filesize in your Php.ini file. You're going to need to go to the Php forums for more help on the matter.