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
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
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
> >
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
>>
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
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