Thanks for your answer Dave and Richard. I think that is not a problem of permission because i have the same problem on xp, vista on a server with ubuntu feisty 7.04 . I use on all this system mysql 5 and tomcat 6
You can see the server on http://91.121.78.142:8080/roller you can make a blog and you can see when you go in Create&Edit-> File Uploads you browse your picture and after you click on upload and it don't work. I send to you the log on vista. i have just try to change the uploads.dir in roller.properties remplace uploads.dir=${user.home}/roller_data/uploads by uploads.dir=C:/dim/roller_data/uploads and the same on search.index But it gives the same problem (you can make the picture manualy but not with roller) I think that is a problem of configuration.. and i read many times the roller-install-guide. Perhaps because i use the french language version? I have just modify the ApplicationRessources (in classes) by ApplicationRessources_fr my roller.xml <Context path="/roller" docBase="C:/Program Files/Apache Software Foundation/Tomcat 6.0/webapps/roller" debug="0"> <Resource name="jdbc/rollerdb" auth="Container" type="javax.sql.DataSource" driverClassName="com.mysql.jdbc.Driver" url="jdbc:mysql://localhost:3306/roller?autoReconnect=true&useUnicod e=true&characterEncoding=utf-8&mysqlEncoding=utf8" username="root" password="" (i miss the password) maxActive="20" maxIdle="3" removeAbandoned="true" maxWait="3000" /> </Context> I use mysql-connector-java-5.0.4-bin.jar, but if it was a connection problem to the bdd i couldn't add user on roller or i can ? http://www.nabble.com/file/p13253736/log.txt log.txt (i don't know if the link to the log work) dimitri711 wrote: > > I have install Roller on Vista and Xp, I use tomcat 6.0 and mysql 5 > and I have the same problem. > > All is ok but when i go on the Create&Edit-> File Uploads > i browse my picture and after i click on upload and it don't work. > and i can't download the picture. (the picture don't appear in Manage > Uploaded Files) > > The only mean is to put the picture in > C:/roller_data/uploads/blog/picture.jpg manually. > (the picture appear in Manage Uploaded Files). > > Could somebody help me, please ? > Or someone as the same problem . > > > > > > > > > -- View this message in context: http://www.nabble.com/Can%27t-upload-files-tf4639460s12275.html#a13253736 Sent from the Roller - User mailing list archive at Nabble.com.
