"John Rebbeck" wrote:[color=blue]
>
> ...but as some of you may know you can't use Request.Form
> when using ASPUpload because the form requires have the
> enctype="multipart/form-data" attribute which makes
> Request.Form unavailable...
>
> ...but I want to only perform the upload when the upload
> button has been clicked. To access upload.Form(...) to
> check if the button has been clicked you must first call
> upload.Save, which uploads the files and populates the
> upload.Form property.
>
> ..Anyone got any ideas? I'm probably missing something
> simple, I hope so.[/color]
What is preventing you from using two different forms or changing the form
action & enctype at submission?
http://msdn.microsoft.com/workshop/a...ies/action.asp http://msdn.microsoft.com/workshop/a...es/enctype.asp
--
Dave Anderson
Unsolicited commercial email will be read at a cost of $500 per message. Use
of this email address implies consent to these terms. Please do not contact
me directly or ask me to contact you directly for assistance. If your
question is worth asking, it's worth posting.