Zen Cart Logo

ftp drop box

Locked

Views: 966

Results 1 to 4 of 4
This thread is locked. New replies are disabled.
5 Jan 2009, 2:49 PM
#1
ykaldes avatar

ykaldes

New Zenner

Join Date:
Jan 2009
Posts:
39
Plugin Contributions:
0

ftp drop box

I don't know if this is the right place to post it but here is my question: I need to add an option for clients to upload theire files into my ftp. I've notice in my admin there is an option of dectating on which file format can be uploaded. How you make this "drop box" working?

5 Jan 2009, 3:06 PM
#2
schoolboy avatar

schoolboy

Totally Zenned

Join Date:
Jun 2005
Location:
Cumbria, UK
Posts:
10,327
Plugin Contributions:
0

Re: ftp drop box

Generally, the only time customers need to upload files to a webshop is when they place an order for something.

For example:

If I sell T-Shirts with printed graphics on them, and I want my customers to send me a picture that they want on the T-Shirt, then they can only send me the image when they are placing their order.

If you allow people to freely send files (including images), then you risk opening up security issues as well as people flooding your server with unnecessary rubbish.

The UPLOAD file feature is controlled in the ATTRIBUTES function. Files that a customer UPLOADS with an order are stored in the images/uploads folder. Uploads are identified by the filename being the same as the customer's order number.

5 Jan 2009, 8:07 PM
#3
ykaldes avatar

ykaldes

New Zenner

Join Date:
Jan 2009
Posts:
39
Plugin Contributions:
0

Re: ftp drop box

Thanks. Do you recommend any security module?

6 Jan 2009, 10:12 AM
#4
schoolboy avatar

schoolboy

Totally Zenned

Join Date:
Jun 2005
Location:
Cumbria, UK
Posts:
10,327
Plugin Contributions:
0

Re: ftp drop box

The current version of ZC is extremely secure in its own right, and if your host's server is properly secured then the risk of violation is low.

Again, allowing your site visitors to upload files ONLY when they have registered and wish to make a purchase, is the best policy regarding uploads.

Remember... You "create" an upload facility using the Attributes features.