when i deploy the applications in advanced i need file structure like
var/www/privatedir ->for uploading images,documents from application to this directory
vat/www/html/all applications
how to set this structure.
when i deploy the applications in advanced i need file structure like
var/www/privatedir ->for uploading images,documents from application to this directory
vat/www/html/all applications
how to set this structure.
Did you use advanced deployment? With advanced deployment you can set the paths.
I deployed using avvanced deployment i set path like /var/www/images for images and
var/www/files/docs for documents.
when i used my applications for upload images the images are not saving in var/www/images and where there are going i could not find.
The documents folder is the FOLDER NAME on your operating system. So in windows it is something like: C:/inetpub/wwwroot/scriptcase/file/doc This is the dir where your stuff will be stored.
In development, form settings of image directory by default it is scriptcase/file/img, but i want to save it in another location like C:/inetpub/wwwroot.
when i used C:/inetpub/wwwroot as my image directory path and run the application to upload image it is showing error cant create directory.
give me the working example to set the path so that it will work in both development and production.
which webserver? IIS? Then check your rights.
In general, check your server logs and php logs, you should see the errors in there. From there you can easily deduce what is going wrong.