Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Form Buttons not passing in request()?
Message
De
13/11/2000 09:05:08
 
Information générale
Forum:
Internet
Catégorie:
Active Server Page
Divers
Thread ID:
00439690
Message ID:
00440956
Vues:
10
I was following an ASP article that describes how to submit images or files via an ASP form, but I can't make it work. It uses a pure ASP approach, not requiring an ActiveX DLL to be registered on the server, which seemed like a good idea at the time. I may have to use an ActiveX if I can't get this ASP version to work. If anyone wants the URL I can post it.

>What I do regardless of the form tag I use is to have a command button (Save) that fires a procedure to submit the form. This allows me to do data validations and what ever else is needed.
>

Thanks for the procedure tip. I'm still trying to figure out ways to organize an ASP project. How do you get a procedure to respond to your "Save" button before the form is submitted?

>>Just found this:
>I removed the enctype="multipart/form-data" from the *form...* tag and request properties submit OK! The enctype setting is required to get an *input type="file"... * working, but request() properties are empty if enctype is set as above. Does this make any sense?
>
>Bill;
>
>If you want to upload a file you can use a product like Software Artisans SA FileUp. www.softartisans.com will give you more details. If you are using form request there will be no data transfer with enctype="multipart/form-data" unless you are using an object such as described. Microsoft also has a "free" upload object (I gave up trying to use it) and went to the SA FileUp. If you do not require uploading files (pictures, etc.) do not use enctype="multipart/form-data".
>
>If you have any questions just let me know.
>
>Tom
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform