Re: File Upload Size

2008-10-24 Thread rodmc
Hi Diez, Thanks, I will look on Google again, to date though all examples I have used come up against similar problems. As for HTTP framework and libraries, I will see what is currently supported. At present I am using standard Python libraries. Best, rod -- http://mail.python.org/mailman/listi

Re: File Upload Size

2008-10-24 Thread Diez B. Roggisch
Thanks. I have basic file uploading working, however is there a limit to what can be uploaded via form? It works perfectly for up to around 20MB then breaks. There is no limit, but the larger the upload, the larger the chance of a failure. I'm currently not exactly sure if there is a way to ov

Re: File Upload Size

2008-10-24 Thread rodmc
On Oct 13, 11:55 am, "Diez B. Roggisch" <[EMAIL PROTECTED]> wrote: > rodmc wrote: > > On 13 Oct, 00:10, Mike Driscoll <[EMAIL PROTECTED]> wrote: > >> On Oct 12, 9:34 am, rodmc <[EMAIL PROTECTED]> wrote: > > >> > Hi, > > >> > Is there a way to get the size of a file on a remote machine before it > >

Re: File Upload Size

2008-10-13 Thread Diez B. Roggisch
rodmc wrote: > On 13 Oct, 00:10, Mike Driscoll <[EMAIL PROTECTED]> wrote: >> On Oct 12, 9:34 am, rodmc <[EMAIL PROTECTED]> wrote: >> >> > Hi, >> >> > Is there a way to get the size of a file on a remote machine before it >> > is uploaded? I would like to write some form of status counter which >>

Re: File Upload Size

2008-10-13 Thread rodmc
On 13 Oct, 00:10, Mike Driscoll <[EMAIL PROTECTED]> wrote: > On Oct 12, 9:34 am, rodmc <[EMAIL PROTECTED]> wrote: > > > Hi, > > > Is there a way to get the size of a file on a remote machine before it > > is uploaded? I would like to write some form of status counter which > > is updated as a fie i

Re: File Upload Size

2008-10-12 Thread Mike Driscoll
On Oct 12, 9:34 am, rodmc <[EMAIL PROTECTED]> wrote: > Hi, > > Is there a way to get the size of a file on a remote machine before it > is uploaded? I would like to write some form of status counter which > is updated as a fie is uploaded, and also to use this feature to > prevent files which are t