I think you right iv got a config problem, but i don't know what it is ? ANother probleme. I used an FIleBrowserField on my model
image= FileBrowseField(max_length=200, initial_directory="/ photo_du_jour/", extensions_allowed=['.jpg', '.jpeg', '.gif','.png','.tif','.tiff'], blank=False, null=False) And on my admin interface, when i click on the button to download the file, not any popup open. http://img17.imageshack.us/img17/4994/filebrowserprobleme.jpg javascript:FileBrowser.show('id_image',%20'/admin/filebrowser/ photo_du_jour/'); doesn't work for me... i m so sad not to be able to use this great plugins... i need it i change some things on my fb_settings.py URL_WWW = getattr(settings, "FILEBROWSER_URL_WWW", '/media/') URL_ADMIN = getattr(settings, "FILEBROWSER_URL_ADMIN", '/admin/ filebrowser/') URL_HOME = getattr(settings, "FILEBROWSER_URL_HOME", '/admin/') URL_FILEBROWSER_MEDIA = getattr(settings, "FILEBROWSER_URL_FILEBROWSER_MEDIA", settings.ADMIN_MEDIA_PREFIX + "filebrowser/") SAVE_FULL_URL = getattr(settings, "FILEBROWSER_SAVE_FULL_URL", True) PATH_SERVER = getattr(settings, "FILEBROWSER_PATH_SERVER", os.path.join (settings.MEDIA_ROOT, '')) PATH_FILEBROWSER_MEDIA = getattr(settings, "FILEBROWSER_PATH_FILEBROWSER_MEDIA", os.path.join (settings.MEDIA_ROOT, 'admin/filebrowser/')) On 22 fév, 13:57, leau2001 <[email protected]> wrote: > Ok thx > > My browser project is on my_project_directory > > my_project_directory/filebrowser/local > my_project_directory/filebrowser/templates > > my media uploads are : > > my_project_directory/media/uploads > > here my config file : > > my fb_settings.py :http://www.friendpaste.com/475iqfK57DsDWTYklXTlTs > my project settings.py :http://www.friendpaste.com/ > 6U3lCDOqmISvUnaaWjt203 > > Here a video to see whats wrong :http://dl.free.fr/hCSvi8YDG > > i tried to re install PIL > > thx > > On 22 fév, 10:08, patrickk <[email protected]> wrote: > > > there has never an issue/ticket posted about this (on the google-code > > page of the filebrowser), so I guess there´s something wrong with your > > configuration/setup ... you could try to debug by using print- > > statements within the image-generator function. > > > On Feb 22, 8:02 am, leau2001 <[email protected]> wrote: > > > > Patrikk, > > > > Not any thumbnails was created.. image generator just create the > > > directory with the file name ... but doesn't create any thumbnail file > > > on it... but original is well download... > > > > /filename_thumbail_directory/...nothing > > > filname_original.jpg > > > > looks like PIL doesn't do his job... i m sure PIL is installed on my > > > python site package directory... > > > > thx > > > > lo --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

