Zen Cart Logo
Forums / General Questions / Folder Upload, what permissions to view in Browser

Folder Upload, what permissions to view in Browser

Locked

Views: 998

Results 1 to 3 of 3
This thread is locked. New replies are disabled.
16 Mar 2007, 7:30 PM
#1
jenbrink_fuse_net avatar

jenbrink_fuse_net

New Zenner

Join Date:
Nov 2006
Posts:
81
Plugin Contributions:
0

Folder Upload, what permissions to view in Browser

I have where a person has to upload a file that goes to the Upload folder.

The person that processes the order needs the image.

So... I thought I could just give them a link to the "uploads" folder so they can download the image needed with the order.

I get this error:
Forbidden

You don't have permission to access /storefront/images/uploads/ on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
Apache/1.3.37 Server Port 80

I tried chmod the folder uploads to 777, 775, 666 non work.

Any suggestions on how to view this from a browser?

16 Mar 2007, 7:53 PM
#2
kim avatar

kim

Obaa-san

Join Date:
Jun 2003
Posts:
26,591
Plugin Contributions:
0

Re: Folder Upload, what permissions to view in Browser

The uploads folder is set to only accept files that come through the Zen Cart program.

16 Mar 2007, 8:10 PM
#3
jenbrink_fuse_net avatar

jenbrink_fuse_net

New Zenner

Join Date:
Nov 2006
Posts:
81
Plugin Contributions:
0

Re: Folder Upload, what permissions to view in Browser

Thanks for replying,
I guess I didnt explain well enough.

Instead of the person that is processing an order use an FTP program to retrieve the images from the uploads folder, I was trying to create a web link, to the uploads folder, so they could use their browser to download the image for the order processing.

so if you went to https://www.mysite.com/images/uploads/

They would see something like this:

Index of /uploads

Parent Directory 12-Mar-2007 09:49
image_1
image_2

Then they can downloaded the linked images.

Thanks