My users are experiencing problems when they upload images. If they are on dialup and they are uploading large images the time it takes to upload the file exceeds the max execution time which is set by default to 30 seconds. Does anybody know of any problems which might occure if I bumped the execution time up?
Thanks for the help.
If you getting timeouts I would look at another method such as ftp if these images are so big. Altering the timeout will simply increase server load, and start to effect standard page serving (possibly even creating server timeouts on the pages).