Re: 'FileDict' object has no attribute 'startswith' '

2009-06-25 Thread Karen Tracey
2009/6/25 Harish > > I am using forms for model. > You have not provided nearly enough information for anyone to give you much useful help. The full traceback of the error, rather than just the error message, would give people much more to work with. Also some snippets of your code might help.

Re: 'FileDict' object has no attribute 'startswith' '

2009-06-25 Thread Harish
I am using forms for model. On Jun 25, 5:20 pm, Tomasz Zieliński wrote: > On 25 Cze, 13:50, Harish wrote: > > > Hi Guys, > > > I am facing a problem in File Upload field in Django,  It shows the > > error ''FileDict' object has no attribute 'startswith' > > 'startswith' is a string method, aren

Re: 'FileDict' object has no attribute 'startswith' '

2009-06-25 Thread Tomasz Zieliński
On 25 Cze, 13:50, Harish wrote: > Hi Guys, > > I am facing a problem in File Upload field in Django,  It shows the > error ''FileDict' object has no attribute 'startswith' 'startswith' is a string method, aren't you trying to make some operations of file name, but using FileDict object by mistak