>
> Without running some special client-side application, I think you'd
> have to do some trickery with the web server involving artificially
> stopping the upload after receiving enough bytes to constitute the
> image header, and then deciding whether or not to proceed with the
> upload at that p
On 6/30/07, Cameron Laird <[EMAIL PROTECTED]> wrote:
> In article <[EMAIL PROTECTED]>,
> Evan Klitzke <[EMAIL PROTECTED]> wrote:
> >On 6/30/07, Norman Khine <[EMAIL PROTECTED]> wrote:
> >> Hello,
> >> I am writing an application using python that allows the user to upload
> >> an image to a folder
In article <[EMAIL PROTECTED]>,
Evan Klitzke <[EMAIL PROTECTED]> wrote:
>On 6/30/07, Norman Khine <[EMAIL PROTECTED]> wrote:
>> Hello,
>> I am writing an application using python that allows the user to upload
>> an image to a folder on the server.
>>
>> Is there a way to get the size of the file b
On 6/30/07, Norman Khine <[EMAIL PROTECTED]> wrote:
> Hello,
> I am writing an application using python that allows the user to upload
> an image to a folder on the server.
>
> Is there a way to get the size of the file before it has been uploaded
> onto the server and give an error if the size doe
Hello,
I am writing an application using python that allows the user to upload
an image to a folder on the server.
Is there a way to get the size of the file before it has been uploaded
onto the server and give an error if the size does not comply to the
maximum size.
So far, my apps loads the im