I am trying to get a script working that will let me upload files. I have gotten it to work but it only lets a small file work. I want it to work for any file size. Does anyone know any upload scripts that work for large file sizes.
Thanks
Check your php.ini file. I don't remember what the default value is, but you can change the max allowed size for an uploaded file.
Maybe upload_max_filesize.