On Mon, May 3, 2010 at 8:10 PM, Bobby Roberts <tchend...@gmail.com> wrote: > hey I have a strange issue. I was having trouble getting django- > tinymce and filebrowser working. I've worked through all of the > errors etc. In filebrowser, I can create a new directory, but when i > try to upload a file or image, nothing happens... it acts like it's > uploading but it's not on the server anywhere. I've checked the perms > on my upload directory and it seems to be ok. Any ideas?
Do you see filebrowser calling the upload url in your logs or dev console? Any errors, or is it logged as 200 OK? I think fb uses Uploadify to upload the files, so you might want to try checking the HTTP response from the server using Firebug or a similar tool - that will probably explain what's going on and even show you the debug page generated by django in case of any exceptions. -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.