Guest Posted September 14, 2005 Share Posted September 14, 2005 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 More sharing options...
Guest Posted September 14, 2005 Share Posted September 14, 2005 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 More sharing options...
Guest Posted September 14, 2005 Share Posted September 14, 2005 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? <{POST_SNAPBACK}> Ya I guess that's all i needed to know. Didnt know how many arguments it allows. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.