Re: hack for file-browser

2006-05-03 Thread patrickk
thanks. right now i´m dealing with the proposed FileBrowseField (see previous posting), which is a hassle. i thought about using PIL for thumbnails. patrick Am 03.05.2006 um 21:01 schrieb Rudolph: > > Hi, > > I've had good results with using ImageMagick to generate thumbs (in my > old PHP s

Re: hack for file-browser

2006-05-03 Thread Rudolph
Hi, I've had good results with using ImageMagick to generate thumbs (in my old PHP system). It can handle a lot of file types (images, pdf, postscript, fonts, text etc. etc.). It's available for Linux, Solaris, FreeBSD, Mac OS X and Windows. I think Python binding are available, but you could als

Re: hack for file-browser

2006-05-03 Thread va:patrick.kranzlmueller
rephrasing my question: i´m trying to implement a FileBrowseField which should look like http://www.vonautomatisch.at/django/ftp/get_image.jpg it will open the file-browser (http://www.vonautomatisch.at/django/ ftp/) in a pop-up window, where the user can select the file as well as upload fi

Re: hack for file-browser

2006-05-02 Thread Rudolph
Really nice work. I would love to use it! Rudolph --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this gr

Re: hack for file-browser

2006-05-02 Thread patrickk
actually, referring to the add-image was inaccurate. i´d like to have something like this http://www.vonautomatisch.at/django/ftp/get_image.jpg when clicking on the search-image near the image-field, the file- browser should open in a pop-up window in order to search for images/ files or upload

Re: hack for file-browser

2006-05-02 Thread Adrian Holovaty
On 5/2/06, va:patrick.kranzlmueller <[EMAIL PROTECTED]> wrote: > now i´d like to implement that browser for file- resp. image-fields. > i´m thinking about a "+" right near an input-field, which opens > another window where the user can select the appropriate image/file. > > hopefully someone can g

Re: hack for file-browser

2006-05-02 Thread va:patrick.kranzlmueller
i still have to work on some stuff like multiple delete, rename, permissions ... it´ll be available soon. patrick Am 02.05.2006 um 15:28 schrieb [EMAIL PROTECTED]: > > On Tue, May 02, 2006 at 02:47:33PM +0200, va:patrick.kranzlmueller > wrote: >> i?m working on a file-browser for/with the d

Re: hack for file-browser

2006-05-02 Thread nate-django
On Tue, May 02, 2006 at 02:47:33PM +0200, va:patrick.kranzlmueller wrote: > i?m working on a file-browser for/with the django-admin. > screenshots are here: > http://www.vonautomatisch.at/django/ftp/ Wow, that looks great! I would love to use that in my apps. Nate --~--~-~--~~-

Re: hack for file-browser

2006-05-02 Thread Viktor
It seems that we made similar projects :-/. Dubbled the work... http://sourceforge.net/projects/pybrowser (it's still in svn - no releases - and it works just on posix sistems. va:patrick.kranzlmueller wrote: > i�m working on a file-browser for/with the django-admin. > screenshots are here: > h

hack for file-browser

2006-05-02 Thread va:patrick.kranzlmueller
i´m working on a file-browser for/with the django-admin. screenshots are here: http://www.vonautomatisch.at/django/ftp/ now i´d like to implement that browser for file- resp. image-fields. i´m thinking about a "+" right near an input-field, which opens another window where the user can select t