[Webeditor-development] Re: Problem with images uploading
Brought to you by:
agarcia3
From: <ag...@mu...> - 2001-05-18 23:14:15
|
Hi Guido: I can see two possible problems: 1.- You have not selected any "Position" for the image in the image composition form. Please, check that you have any value in this form component. Actually I would like to add an error message for this problem. 2.- Uploaded images are moved to the "serverRoot + / + imgDir + YYYY/MM/DD" directory, when YYYY/MM/DD are the same than in your docID. Does this directory exists onto your system? Has the web server user the proper rights to write files and create directories in this path? I hope that this tips could help you Regards > Hi, sorry for bother you again, but this time I think that is not a > configuration problem, this time when I select an image to upload into > the new document I notice that the image is copied into the /tmp > directory, which is in my config file, but it is not copied later into > the correct directory. Is there something wrong with my configuration > files or it is a bug into the images.java class, I was looking around > the file but something seems to be ok.! I changed my tmpDir > variable in > my config screen but the problem persist. > > Thanks and regards. |