Jan 2nd, 2011, 5:55 AM
Hi!
i have a big problem with the file-uploads - that not work :-( I've read the manuals and many post here on the forum, but i can't solved it...
I have a Multi-Form (API), on two pages i have upload-fields.
1. "file_data" => $_FILES = is setting on (on the api-commands)
2. enctype="multipart/form-data" = is setting on (on the <form>-tags)
3. The upload-directory permissions are ok (777)
4. The php-configuration is also ok ("upload_max_filesize"="32MB" and the "upload_tmp_dir" is accesible to me and there permissions are ok too (777))
5. when i click on "send", the files seems to be uploaded (that takes a while)
but...
1. after submission, the files will not be saved in the upload-folder
2. "Settings -> Files -> Upload folder path -> Test Folder Permissions" give me a red bar back
2. "Settings -> Files -> Upload folder URL -> Confirm Folder URL-Match" says: "In order to run this test, the permissions need to be set on the upload folder to allow for reading and writing files (777 on Unix)." (this is bullshit, the permissions are ok !!!)
4. when i try to upload a file by editing the submission, i get the message: "Your submission was updated, but the following file(s) had problems:
• banner.gif: The file could not be uploaded." (banner.gif is a example for the filename)
Any Ideas? I would be grateful for any advice!
Thank you very much!
Greetings!
i have a big problem with the file-uploads - that not work :-( I've read the manuals and many post here on the forum, but i can't solved it...
I have a Multi-Form (API), on two pages i have upload-fields.
1. "file_data" => $_FILES = is setting on (on the api-commands)
2. enctype="multipart/form-data" = is setting on (on the <form>-tags)
3. The upload-directory permissions are ok (777)
4. The php-configuration is also ok ("upload_max_filesize"="32MB" and the "upload_tmp_dir" is accesible to me and there permissions are ok too (777))
5. when i click on "send", the files seems to be uploaded (that takes a while)
but...
1. after submission, the files will not be saved in the upload-folder
2. "Settings -> Files -> Upload folder path -> Test Folder Permissions" give me a red bar back
2. "Settings -> Files -> Upload folder URL -> Confirm Folder URL-Match" says: "In order to run this test, the permissions need to be set on the upload folder to allow for reading and writing files (777 on Unix)." (this is bullshit, the permissions are ok !!!)
4. when i try to upload a file by editing the submission, i get the message: "Your submission was updated, but the following file(s) had problems:
• banner.gif: The file could not be uploaded." (banner.gif is a example for the filename)
Any Ideas? I would be grateful for any advice!
Thank you very much!
Greetings!