A
asif
hi all,
I have two asp pages ( classic asp). on first page, I have 3 textboxes and a
fileupload control and a submit button. when i click submit, form is posted
to next page. If i use
<form action="SubmitFeedback.asp" method="post" enctype="multipart/form-data">
then file data is avaiable on next page but textbox data is not available on
next page. If I remove enctype in form tag, then fileupload control data is
not available on net page but other textboxes data is available. How I i send
both textboxes and fileupload control data on next page ?
Please help me on this.
Regards,
Asif Hameed
I have two asp pages ( classic asp). on first page, I have 3 textboxes and a
fileupload control and a submit button. when i click submit, form is posted
to next page. If i use
<form action="SubmitFeedback.asp" method="post" enctype="multipart/form-data">
then file data is avaiable on next page but textbox data is not available on
next page. If I remove enctype in form tag, then fileupload control data is
not available on net page but other textboxes data is available. How I i send
both textboxes and fileupload control data on next page ?
Please help me on this.
Regards,
Asif Hameed