Hi Franchesco There is a patch for newforms using the fileInput widget correctly. there you can find it:
When the browser has presented it's File dialog and the form is submitted with a file selected, the raw contents of the file is appended to the post request (you have to set the encoding parameter of the form tag accordingly). the method stores the raw contents from this post request to the file field. Am Sonntag, 3. Juni 2007 18:04 schrieb cesco: > In the following method available for FileFields: > > save_FOO_file(filename, raw_contents) > > what does "raw_contents" represents? > I didn't find any example on the web about it. > > Many thanks > Francesco > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---

