Ich habe das Problem, das ich einen File upload (mit Posting Acceptor)
innerhalb eines Formulars, das ich mit einem asp-script auswerte
durchfuehren will. D.h. ich haette im Prinzip zwei "actions" durchzuführen.
Es gibt aber nur einen Submit-Button. Wie kann ich die action zum upload in
meinem asp script durchführen. Die beiden actions sehen etwa so aus:
fuer mein Formular:
<Form action="doit.asp" method="POST">
blabla....
</Form>
fuer den upload
<Form action="/scripts/cpshost.dll?PUBLISH" method=post
enctype="multipart/form-data" >
</form>
Weiss jemand wie man dieses Problem loest?
Gruss
Olaf