captainmish
unread,Aug 14, 2009, 7:39:06 AM8/14/09Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Django users
Hello
Im trying to implement an "alternative upload" method for getting big
files into my django app - and was hoping to allow users to scp/rsync
etc files to the server, then use FilePathField to browse them and use
them to make objects with FileField.
The files are all shown in the path specified and work fine, but the
problem comes in seeing new files - the server needs to be reloaded
before any new files are shown in the filepathfield select...
Is there a workaround for this, or an alternative way of doing it?
Thanks,