Developer forum

Forum » Ecommerce - Standard features » Upload file on shopping cart

Upload file on shopping cart

Mario Santos
Reply

Hi,

I need to let the user uploads a file on shopping cart module. I've created a order custom field (type file) to that and an input type file on template.

I've tried to upload pdf's and images but without luck. The value is saved on DB but the file isn't uploaded to the backoffice.

http://screencast.com/t/GcUdF4mP

Can anyone help me on this?

 

Best Regards,

Mário


Replies

 
Nicolai Høeg Pedersen
Reply

Check if the enctype is specified in your form tag

<form enctype="multipart/form-data" action="" method="POST">
 
Mario Santos
Reply

Hi Nicolai,

 

The enctype wasn't specified. I've added the enctype and now isn't being saved any value on the DB.

 

BR,

Mário

 
Ricardo Pereira
Reply

Hi Nicolai,

Do you have any idea for this issue?

 

Best Regards,

Ricardo Pereira

 
Nicolai Høeg Pedersen
Reply

I've checked the code, and DW does not handle file uploads, so that is why...

You need to somehow add them using custom, and attach the links to your order.

BR Nicolai

 

You must be logged in to post in the forum