Marty Alchin wrote:
> This was reported in #7614, and fixed in [7859], so if you get a new
> copy of trunk, it should be all set.
Oh... Thanks for the heads up!
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"Djang
s uploaded. I think it would be better to get rid
> of the wrapper, put a read UploadedFile in cleaned_data and add
> "original_filename" as an optional parameter to it. Thoughts?
This was reported in #7614, and fixed in [7859], so if you get a new
copy of trunk, i
edFile which is accessible through
form.cleaned_data['fieldname'].data
If I understand right the only point of a wrapper is holding an original
name of a file that was uploaded. I think it would be better to get rid
of the wrapper, put a read UploadedFile in cleaned_data and add