Re: Question about upload / FileField

2007-08-03 Thread !张沈鹏(电子科大 08年毕业)
In there , my filefield is required . Yes , you must upload a file . How can I reach this aim ? 2007/8/3, Thomas Guettler <[EMAIL PROTECTED]>: > > Am Freitag, 3. August 2007 15:34 schrieb ZhangshenPeng: > > Question 1: > > > > When I removed "blank=True" from FileField ,then use below method >

Re: Question about upload / FileField

2007-08-03 Thread Thomas Guettler
Am Freitag, 3. August 2007 15:34 schrieb ZhangshenPeng: > Question 1: > > When I removed "blank=True" from FileField ,then use below method > to upload file , but no matter whether your choosed file , the from > valid will report error "This field is required." All newforms Fields habe a keyw

Question about upload / FileField

2007-08-03 Thread ZhangshenPeng
Question 1: When I removed "blank=True" from FileField ,then use below method to upload file , but no matter whether your choosed file , the from valid will report error "This field is required." How can FileField work with newform without blank=True ? def file_fix_callback(field, *