cleanair4me46
Technical User
I have a PHP (version 5) site that allows uploading of files into our Solaris server using Apache. I currently allow the user to upload up to 10 files at once. If users upload files as big as 20 mb or more slows the upload process down. Should I just allow one file upload at a time for better performance? I was wondering how other PHP developers handle this?