Alaska Software Inc. - <input name="WAA_FORM" value="UploadFile" type="hidden">
Username: Password:
AuthorTopic: <input name="WAA_FORM" value="UploadFile" type="hidden">
Olaf870<input name="WAA_FORM" value="UploadFile" type="hidden">
on Tue, 12 Jun 2007 20:29:05 +0200
Hello,
I have following html-code:
<form action="/cgi-bin/waa1gate.exe" method="POST" 
enctype="multipart/form-data" name="upload_form">
<input name="WAA_PACKAGE" value="WAAAPP" type="hidden">
<input name="WAA_FORM"    value="UploadFile" type="hidden">
<table cellspacing="2" cellpadding="2" width="600" border="0">
<tr valign="top" >
    <td rowspan="2" bgcolor="#eeeeee" width="120">file</td>
    <td bgcolor="#eeeeee" align="right">
    <input type="file" name="ufile0"/>
    </td>
</tr>
<tr>
    <td bgcolor="#eeeeee" align="right">
    <a href="#" OnClick="document.upload_form.submit(); return false;">
    <img src="/images/adddocument.gif" border="0"
    ></a>
    </td>
 </tr>
</form>
</table>

It seems to be not possible to implement the corresponding function 
"UploadFile()" with WAA without some dirty tricks? Am I right?

regards
Olaf870
Thomas Braun
Re: <input name="WAA_FORM" value="UploadFile" type="hidden">
on Wed, 13 Jun 2007 17:58:34 +0200
Olaf870 wrote:

> It seems to be not possible to implement the corresponding function 
> "UploadFile()" with WAA without some dirty tricks? Am I right?

No - you're (partly) wrong 

WAA can't handle "multipart/form-data" requests, but with a little help
from Phil Ide, it can...

Please see 

   http://www.idep.org.uk/xbase/datpage/waaupload.html

for more information.

Thomas
Olaf870Re: <input name="WAA_FORM" value="UploadFile" type="hidden">
on Thu, 21 Jun 2007 11:16:54 +0200
Hello Thomas,

Phil writes on the download page: "The machine WAA runs on must be visible 
to the client browser".
If I understand right, I need to have access via UNC to the machine on which 
WAA is running!? But I dont have the UNC.
For this I think, Phils DLL is not for me.
regards
Olaf870


"Thomas Braun" <spam@software-braun.de> schrieb im Newsbeitrag 
news:4xwnnaq4rin4$.ao3dc26mh6ld.dlg@40tude.net...
> Olaf870 wrote:
>
>> It seems to be not possible to implement the corresponding function
>> "UploadFile()" with WAA without some dirty tricks? Am I right?
>
> No - you're (partly) wrong 
>
> WAA can't handle "multipart/form-data" requests, but with a little help
> from Phil Ide, it can...
>
> Please see
>
>   http://www.idep.org.uk/xbase/datpage/waaupload.html
>
> for more information.
>
> Thomas
Thomas Braun
Re: <input name="WAA_FORM" value="UploadFile" type="hidden">
on Thu, 21 Jun 2007 17:06:20 +0200
Olaf870 wrote:

> Hello Thomas,
> 
> Phil writes on the download page: "The machine WAA runs on must be visible 
> to the client browser".

Of course - just like a webserver must be accessible.

> If I understand right, I need to have access via UNC to the machine on which 
> WAA is running!? But I don´t have the UNC.

It must be possible for the browser to create a tcpi/ip connection to the
WAA server.

If you are running WAA on a separate machine that is only visible to the
web server - but not to the public internet - then you can't use Phil's
solution.

Thomas
Olaf870Re: <input name="WAA_FORM" value="UploadFile" type="hidden">
on Fri, 22 Jun 2007 13:18:31 +0200
Ok,
so I can use it. Thanks for clarification.
regards
Olaf870

"Thomas Braun" <spam@software-braun.de> schrieb im Newsbeitrag 
news:vid2c42tot0y.1gguf8qt1p22c$.dlg@40tude.net...
> Olaf870 wrote:
>
>> Hello Thomas,
>>
>> Phil writes on the download page: "The machine WAA runs on must be 
>> visible
>> to the client browser".
>
> Of course - just like a webserver must be accessible.
>
>> If I understand right, I need to have access via UNC to the machine on 
>> which
>> WAA is running!? But I dont have the UNC.
>
> It must be possible for the browser to create a tcpi/ip connection to the
> WAA server.
>
> If you are running WAA on a separate machine that is only visible to the
> web server - but not to the public internet - then you can't use Phil's
> solution.
>
> Thomas