[EMAIL PROTECTED] napisał(a):
>> Could you explain this statement? When I want to move data to a
>> server in a CGI environment, a form post is the easiest way I can
>> think of. What are the specific restrictions making forms a problem?
> what I was thinking was: a form post is meant to be used
OK, I think I have a simple solution now. I am going to use FTP in my
VBA-Client (it's possible) and don't need to do any server-side
programming.
Kind regards,
Karsten.
--
http://mail.python.org/mailman/listinfo/python-list
On 30 Apr., 15:51, "Dave Borne" <[EMAIL PROTECTED]> wrote:
> > Since I want to upload the data programmatically, a form based
> > solution is not good.
>
> Karsten,
> Could you explain this statement? When I want to move data to a
> server in a CGI environment, a form post is the easiest way I can
> Since I want to upload the data programmatically, a form based
> solution is not good.
Karsten,
Could you explain this statement? When I want to move data to a
server in a CGI environment, a form post is the easiest way I can
think of. What are the specific restrictions making forms a problem?
Thanks for your replies, however I think urlllib can not help me here.
I have control over the server side (I can write a cgi-script in
python), but I have very little control on the client side (I have to
use VBA).
Kind regards,
Karsten.
--
http://mail.python.org/mailman/listinfo/python-list
[EMAIL PROTECTED] wrote:
> Hello,
>
> what is the simplest way to upload a file (or a long string) to a
> server using cgi/python?
>
> Since I want to upload the data programmatically, a form based
> solution is not good. I am not experienced with SOAP/WSDL and I
> believe that would be more diff
[EMAIL PROTECTED] skrev:
> Hello,
>
> what is the simplest way to upload a file (or a long string) to a
> server using cgi/python?
>
> Since I want to upload the data programmatically, a form based
> solution is not good. I am not experienced with SOAP/WSDL and I
> believe that would be more diff
En Fri, 27 Apr 2007 18:10:42 -0300, <[EMAIL PROTECTED]>
escribió:
> what is the simplest way to upload a file (or a long string) to a
> server using cgi/python?
>
> Since I want to upload the data programmatically, a form based
> solution is not good. I am not experienced with SOAP/WSDL and I
>
Hello,
what is the simplest way to upload a file (or a long string) to a
server using cgi/python?
Since I want to upload the data programmatically, a form based
solution is not good. I am not experienced with SOAP/WSDL and I
believe that would be more difficult than necessary. The client
program