![]() |
|
|
#1 (permalink) |
|
Registered User
Join Date: Feb 2006
Posts: 13
|
ASP Upload - passing variables page to page
I have built a page with form fields including a text box and a file field. The form method = "post"
This page clicks to a database update page / image upload page (using ASP Upload & ASPJPEG). The problem I am having is passing the text values across. I assume it is something to do with the encoding type of the previous form - enctype="multipart/form-data"? Is there a way to have text form fields and file fields on one form or do I need to create 2 separate pages to handle the different types? I have got this working before by hard coding values as a querystring within the form action e.g. mypage.asp?thisvalue=hello&thisvalue2=goodmorning The problem with this page is that the text fields are editable and do not contain definite values. Thanks! |
|
|
|
|
|
#2 (permalink) |
|
Registered User
Join Date: Feb 2006
Posts: 13
|
Got it working now.
Just in case anybody ever needs a reference to a similar issue: http://www.aspupload.com/manual_simple.html |
|
|
|
![]() |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|