small files (under 1MB) are uploading fine using webform but when I try to upload a filer larger than that, I get the following error: "The uploaded file was unable to be saved. The destination directory may not be writable."
The directory is definitely writable and I have set the Max Upload Size to a very large number but that's doesn't help.
Comments
Comment #1
FrancS commentedHi, did you set max file size in the component ?
I think there is a problem because 1MB is default value.
Comment #2
quicksketchYou might need to increase the maximum your server supports by changing your PHP configuration. See http://drupal.org/node/422474, the page is for FileField, but the premise is the same.
Comment #3
quicksketch