Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Setup ENCTYPE="multipart/form-data" ??


Guest

Recommended Posts

Anyone know how to modify this OsCommerce form code to use multipart/form-data ==> ENCTYPE="multipart/form-data"

 

 

 

<?

php echo tep_draw_form('custom_order', tep_href_link(custom_orders . '.' . php, '', 'SSL'), 'post', 'onSubmit="return check_form(custom_order);"') . tep_draw_hidden_field('action', 'process');

?>

Link to comment
Share on other sites

not sure I understand your question. You can pass 'enctype="multipart/form-data"' as the 4th argument in tep_draw_form (which is basically the parameters). Is it what you meant?

Link to comment
Share on other sites

not sure I understand your question. You can pass 'enctype="multipart/form-data"' as the 4th argument in tep_draw_form (which is basically the parameters). Is it what you meant?

 

 

Ya I guess that's all i needed to know. Didnt know how many arguments it allows.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...