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,
--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

