Enforce unique upload file names using django?
Posted
by zjm1126
on Stack Overflow
See other posts from Stack Overflow
or by zjm1126
Published on 2010-04-20T08:30:56Z
Indexed on
2010/04/21
5:03 UTC
Read the original article
Hit count: 218
What's the best way to rename photos with a unique filename on the server as they are uploaded, using django? I want to make sure each name is used only once. Are there any pinax apps that can do this, perhaps with GUID?
© Stack Overflow or respective owner