Images Folder path

I am trying to upload an image from a form to the root folder but SC does not let me upload to the root it only let’s me upload the where the SC is located /lib/images/

I tried changing the Sub-folder for the image field to point to /public_html/website.com/uploades/gallery_images/ but its not letting me upload to this location.

If you need to upload in other directories you need a separate routine to do so.See http://www.solitude.dk/filethingie/

[QUOTE=saimax;12360]I am trying to upload an image from a form to the root folder but SC does not let me upload to the root it only let’s me upload the where the SC is located /lib/images/

I tried changing the Sub-folder for the image field to point to /public_html/website.com/uploades/gallery_images/ but its not letting me upload to this location.[/QUOTE]

Hello,

I could not understand your issue fully. Are you unable to upload a file from a SC generated application, or is it an image that will be used on your project such as a header logo?

regards,
Bernhard Bernsmann

I have a database on my server and some images that I want to display. The images are located in the following folder /public_html/website.com/iphone/uploades/gallery_images/

My SC form shows the images in the following folder http://website.com/webadmin/_lib/tmp/

How can I change it to show the images from /public_html/website.com/iphone/uploades/gallery_images

Hi Saimax, try to change your images folder path

[SIZE=4]Directory structure [/SIZE]

When scripcase deployment wizzard ask you for the folders, you should use something like this (based on your directory structure):

  • Common Libraries Folder:[B] /webadmin/_lib/prod[/B]
  • Images Folder:[B] ../iphone/uploades/gallery_images[/B]
  • Temp Folder:[B] /webadmin/_lib/tmp[/B]
  • Documments Folder:[B] /home/hosting_user/public_html/website.com/webadmin/_lib/file/doc[/B]

I tried changing the image folder path but it does not work. Anything else I could do?