Title: [Plugin: WP e-Commerce] Customer File Upload
Last modified: August 20, 2016

---

# [Plugin: WP e-Commerce] Customer File Upload

 *  [tonytga](https://wordpress.org/support/users/tonytga/)
 * (@tonytga)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/plugin-wp-e-commerce-customer-file-upload/)
 * Before I install this plug-in, does it allow customers to attach images with 
   their order, for example if someone wanted to buy a print from me of one of their
   photo’s does this have the option built in?
 * [http://wordpress.org/extend/plugins/wp-e-commerce/](http://wordpress.org/extend/plugins/wp-e-commerce/)

Viewing 8 replies - 1 through 8 (of 8 total)

 *  [Red Deer Web Design](https://wordpress.org/support/users/bdbolin/)
 * (@bdbolin)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/plugin-wp-e-commerce-customer-file-upload/#post-2867777)
 * Yes
 *  [jr2009](https://wordpress.org/support/users/jr2009/)
 * (@jr2009)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/plugin-wp-e-commerce-customer-file-upload/#post-2867844)
 * How do I go about doing it??
 *  Anonymous User 10445795
 * (@anonymized-10445795)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/plugin-wp-e-commerce-customer-file-upload/#post-2867855)
 * Hello, I have same tonytga’s request.
 * I’ll hope you can help me (us).
 * Best regards,
    Alessio
 *  [Pooria](https://wordpress.org/support/users/pooriaweb/)
 * (@pooriaweb)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/plugin-wp-e-commerce-customer-file-upload/#post-2867863)
 * how to input “file” upload in checkout form?
 *  [Roy Ho](https://wordpress.org/support/users/splashingpixelscom/)
 * (@splashingpixelscom)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/plugin-wp-e-commerce-customer-file-upload/#post-2867864)
 * Yes you can do this on a product level, but not on the checkout as far as I know.
 *  [Pooria](https://wordpress.org/support/users/pooriaweb/)
 * (@pooriaweb)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/plugin-wp-e-commerce-customer-file-upload/#post-2867865)
 * do you can generate this code to file type:
 * wp-e-commerce/wpsc-includes/checkout.class.php
 * case “textarea”:
    $output .= “<textarea title='” . $this->checkout_item->unique_name.“‘
   class=’text’ id='” . $this->form_element_id() . “‘ name=’collected_data[{$this-
   >checkout_item->id}]” . $an_array . “‘ rows=’3′ cols=’40’ >” . esc_html( (string)
   $saved_form_data ) . “</textarea>”; break;
 * ————
 * case “file”:
    $output .= “<input type=’file’ title='” . $this->checkout_item-
   >unique_name . “‘ class=’file’ id='” . $this->form_element_id() . “‘ name=’collected_data[{
   $this->checkout_item->id}]” . $an_array . “‘ >” . esc_html( (string) $saved_form_data).“/
   >”; break;
 *  [pmetsma](https://wordpress.org/support/users/pmetsma/)
 * (@pmetsma)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/plugin-wp-e-commerce-customer-file-upload/#post-2867870)
 * I added this code checkout.class.php, but I can not see the top of your page 
   that generated the
 *  [pmetsma](https://wordpress.org/support/users/pmetsma/)
 * (@pmetsma)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/plugin-wp-e-commerce-customer-file-upload/#post-2867871)
 * Where else should I write

Viewing 8 replies - 1 through 8 (of 8 total)

The topic ‘[Plugin: WP e-Commerce] Customer File Upload’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/wp-e-commerce_ebebeb.svg)
 * [WP eCommerce](https://wordpress.org/plugins/wp-e-commerce/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-e-commerce/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-e-commerce/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-e-commerce/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-e-commerce/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-e-commerce/reviews/)

 * 8 replies
 * 7 participants
 * Last reply from: [pmetsma](https://wordpress.org/support/users/pmetsma/)
 * Last activity: [12 years, 11 months ago](https://wordpress.org/support/topic/plugin-wp-e-commerce-customer-file-upload/#post-2867871)
 * Status: not resolved