Upload Image stay in dev folder
-
HI,
I’ve done a fresh install of fog 1.1.1 with node, I’m trying to upload an new image. It run fine except the image stay in the /image/dev folder and stay with a generic name.
I try to chmod -R 777 * the images folder but it doesn’t change …
I’m running on ubuntu and FOG 1.1.1.Any idea ?
thanks in advance ,
-
[quote=“dwit, post: 31433, member: 24311”]HI,
I’ve done a fresh install of fog 1.1.1 with node, I’m trying to upload an new image. It run fine except the image stay in the /image/dev folder and stay with a generic name.
I try to chmod -R 777 * the images folder but it doesn’t change …
I’m running on ubuntu and FOG 1.1.1.Any idea ?
thanks in advance ,[/quote]
Try this
[code]
sudo chmod -R 0777 /images[/code] and give it a go. also there is an update out please download and install FOG 1.1.2 some major bug fixes and improvements have been implemented.