I'm using imagefield 5.x-2.1 and cck 5.x-1.10 and testing on two different machines. My tmp and files folders are chmoded 777.
When I upload a small image file (say under 1mb), there are no problems. However, with a larger image file (~ 4mb), after I click the "upload" button, the file doesn't get transferred. I checked my log files, but I didn't notice anything there that would tip me off as to what the problem is.
I've also tried this with a fresh drupal installation and fresh module files and saw the same results.
Anyone else experience this?
Comments
Comment #1
sodani commentedI see that the filesize is simply bigger than the limit set by php.ini on my server and is failing silently.
Comment #2
drewish commentedsee #30520: file_save_upload() not notifying user when PHP upload limit is exceeded.