I get these errors in my logs after uploading through a browser based script: I sniffed my http.conf and php.ini. The latter holds one clue but doesn't add up: Where can I find this file size limit of a measily half a meg? Thanks.
You could try adding to php.ini php.ini ; Maximum allowed size for uploaded files. upload_max_filesize = 8M But I have no idea really, dont know if the upload refers to what your doing rather than the POST setting. Edit I did find this:
That'll be it! Thanks! Should've Goolged It Me Moron! Reminds me when I hit a max number in MySQL for the integer type. Couldn't find anywhere what was going on. Had I just Googled the number it would havebeen all too clear. Cheers.
NP, I enjoy problem solving, especially when I know sod all about it It always helps that someone somewhere has probably had the same problem. I think I did have the same problem on a site last year but couldn't remember the solution.