Results 1 to 10 of 10

Hybrid View

  1. #1

    Digital File Upload?

    First off...Zen Cart rocks. I think that it is the best storefront solution out there.

    My question is...is it possible to allow the customer to upload JPG or PDF files at the end of their order process?

    I print business cards sometimes and I would like for a user to be able to upload it, then I receive and print it.

    Any help with this would be great.

    Thanks

  2. #2
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: Digital File Upload?

    You might consider loading a test site with a test database and the demo products so that you can see all of the features of Zen Cart as well as how they are setup and work ...

    The Attributes allow for File uploads ...
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  3. #3
    Join Date
    Feb 2006
    Posts
    326
    Plugin Contributions
    0

    Default Re: Digital File Upload?

    I, too, sell customized products and have customers upload files. I set up an option and attribute to do this, and played around with it some. A small file works, a large file (4 megs on the test I ran) did not. Some of my customer uploads are pretty big! Is there a setting to control the upload size?
    Thanks!
    Give us your best shot!
    http://www.photoimprints.com

  4. #4
    Join Date
    Aug 2004
    Location
    Germany
    Posts
    663
    Plugin Contributions
    0

    Default Re: Digital File Upload?

    This restriction is most likly to be because of php limits. You would want to ask your host about that to change some settings.

  5. #5
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: Digital File Upload?

    There are 2 settings ... 1 is the Zen Cart maximum upload setting and the other is your server setting ...

    Check the Configuration ... Maximum Values ...
    Maximum File Upload Size
    What is the Maximum file size for uploads?
    Default= 2048000
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  6. #6
    Join Date
    Jul 2005
    Location
    Beaverton, Oregon
    Posts
    18
    Plugin Contributions
    0

    Default Re: Digital File Upload?

    Im working on the same problem, Thanks to Ajeh I setup the attributes for a upload button for each product, but I ran into the php.ini default 2 megs problem. I reseached this and this is what I learned...

    You can overwrite global php settings by creating your own php.ini file, defining these settings within the file, chmoding the file to 755 and placing it within the executing scripts directory.

    php.ini file information:

    http://www.washington.edu/computing/...g/php-ini.html

    Default php.ini file:

    http://cvs.php.net/co.php/php4.fubar...ni-recommended

    the only problem im having now is figuring out which directory the script is executing from.. any ideas anyone....
    ((waving))) hi Ajeh

    rick

  7. #7
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: Digital File Upload?

    Try looking into controls via the .htaccess file as if you do not have a php.ini ... you do not have direct access to it via your hosting site server configuration ...

    Or, contact your hosting site and tell them you need these limits raised ...
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  8. #8
    Join Date
    Jun 2006
    Location
    Arlington, MA
    Posts
    1
    Plugin Contributions
    0

    Re: Digital File Upload?

    If you're working on a MS Windows host, the standard file upload facilities max out at 4 MB. Worse than that, Windows buffers the entire uploaded file in memory before dumping it to a file. Chews up server memory space. Also doesn't have a progress meter. Some other solutions, all commercial near as I can tell, field calls to that mechanism with a dll which receives a chunk at a time and stores it to a file on the fly. Most provide a progress meter. Some allow multiple file uploads, recursive folder handling, automatic restart of interrupted uploads, etc. The max upload is generally 4 GB!

    QUESTION: How could I integrate one of these solutions into Zen Cart pages and add the admin facilities for downloading users' files?

  9. #9
    Join Date
    Mar 2007
    Posts
    1
    Plugin Contributions
    0

    Default Re: Digital File Upload?

    I am VERY interested in how people gota roundteh 4MB limit...can someone post a summary of how that was done?

  10. #10

    Default Re: Digital File Upload?

    Quote Originally Posted by tleonardo1 View Post
    I am VERY interested in how people gota roundteh 4MB limit...can someone post a summary of how that was done?
    I got around the problem by changing both the Maximum file upload size as Ajeh suggested and by changing the restrictions on the php.ini file.

    The funny thing is, one way worked on one server, and the 2nd way worked for the other.

    Oh, just to note though...they were both on different linux servers. No windows
    Loyal ZenCart Fan

    http://www.prakprint.com

 

 

Similar Threads

  1. Thumbnail Preview of file after upload via Attribute File uploader?
    By NWFAP in forum Setting Up Categories, Products, Attributes
    Replies: 1
    Last Post: 7 Aug 2015, 03:40 AM
  2. Replies: 8
    Last Post: 22 May 2010, 04:47 PM
  3. Upload digital products
    By some1sxi in forum Setting Up Categories, Products, Attributes
    Replies: 42
    Last Post: 11 Nov 2008, 09:09 AM
  4. Upload for digital products
    By Symphonie in forum General Questions
    Replies: 1
    Last Post: 20 Oct 2008, 08:14 PM
  5. Upload Image or Upload File form
    By matthelm in forum Setting Up Categories, Products, Attributes
    Replies: 0
    Last Post: 30 Dec 2006, 01:13 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg