The selected file could not be uploaded, because the destination is not properly configured
| Project: | Multiple Image Upload |
| Version: | 6.x-2.1 |
| Component: | Code |
| Category: | bug report |
| Priority: | critical |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Hello,
I just installed the postlet module for drupal : Installation Ok, the upload page in dispaying link in the add image page, and the applet is correctly loaded. When i add files they are corctly diplayed and the upload button seems to work...
BUT after upload, nothing append : the progress bar ended and... just nothing ! no file uploded nowhere and no more action frome imagex module.
i also have "The selected file /xxx/xxx could not be uploaded, because the destination is not properly configured." error when i access image galleries.
My question is : is there a configuratino file or page that have to be configured to tell to imagex where tu put the uploded files ? Because it seems to be the problem !
I need some help ! I will also post in drupal Forums.
Regards,
Vincent

#1
I also post here : http://sourceforge.net/projects/postlet/forums/forum/553003/topic/3430935
In the sourceforge forum postlet project.
Please help !
This module is just perfect for Drupal users !
Regards,
Vincent
#2
I tried to modify tmp directory, as it was said in Drupal 5 issues... but not working...
May be imagex want to create its own tmp directories at the root of my web server...
BUT i think it is not a good idea to have the web root with write access !
Vincent
#3
i tried your imagex SVN here : http://svn.scratchpads.eu/svn/scratchpads/branches/drupal6/sites/all/mod...
but same problem...
Note that after upload progress bar ended, i have the following message : "The following images have been uploaded by you in the last hour." but nothing below...
Help definitively needed !
Thanks,
Vincent
#4
I'm having exactly the same problem. I keep looking for somewhere to configure the destination directory and wonder if I'm doing something wrong. Has anyone managed to correct this?
Thanks,
Scott
#5
Hello,
no news...
:o((
#6
It's because Drupal can't write .htaccess file to sites/default/files (or your files folder) and you must do next: Set 775 rights to sites/default/files folder. Drupal will write there .htaccess file with next content:
SetHandler Drupal_Security_Do_Not_Remove_See_SA_2006_006
Options None
Options +FollowSymLinks
Sorry for my english.