Re: Django and file uploads question

2007-05-01 Thread Craig Kuhns
I am on a mac using the svn version, not sure which one though, I tracked it down to that same portion of the code, but did not have a chance to write a patch for it. I let it sit for a couple of days, came back and refactored the whole application, and it ended up working. I am not sure what c

Re: Django and file uploads question

2007-04-24 Thread Craig Kuhns
Thanks Robin, I checked my permissions and they were messed up. Does any one have any idea what that error is from. I am at work right now, but tonight I am going to dig in and see if I can find it, but if anyone has any ideas they would be much appreciated. Thanks Craig --~--~-~--~--

Re: Django and file uploads question

2007-04-24 Thread robin_percy
On Apr 24, 9:14 am, "Craig Kuhns" <[EMAIL PROTECTED]> wrote: > Does any one have any idea what that error is from. I am at work > right now, but tonight I am going to dig in and see if I can find it, > but if anyone has any ideas they would be much appreciated. > Craig, It sounds like the bug

Re: Django and file uploads question

2007-04-23 Thread robin_percy
Craig, Not sure what would be causing your error. But to answer your second question, your files should automatically be uploaded by the FileField. As long as the web server has write access, the files should be uploaded to MEDIA_ROOT/upload_to where upload_to is the argument to your file field

Django and file uploads question

2007-04-23 Thread Craig Kuhns
Hey every one. I am pretty new to Python and Django coming over from Ruby on Rails. I am creating an app where different ministries will have profiles on a site and each profile will have a logo or picture associated with it. The site is far from going live but I am working on getting the basic