file upload using msvcrt

dxterra wanner.dx at mellon.com
Thu Sep 12 06:05:56 EDT 2002


I have tried both of the methods suggested. When I do a
len(fileinfo.value) before writing, the size is consistantly 8k
regardless of the actual file size. I am using Oracle 9iAS with
apache. I still think that the LimitResponseSize is being set
somewhere, but Oracle cannot tell me.

teaandbikkie at aol.com (TeaAndBikkie) wrote in message news:<20020911210159.00669.00000162 at mb-fh.aol.com>...
> >data = fileinfo.file.read( )
> >if not data: break
> 
> I just thought of another possible problem here, read() is supposed to read in
> the entire file, and maybe 8k is all data can take :)
> 
> So you could change it to read(1024) for 1k chunks.
> 
> Also, maybe read() recognises an EOF character in the word doc? Hopefully being
> binary read this should not happen...
> 
> Kind regards,



More information about the Python-list mailing list