Need to develop a project for file uploading and generating its(files’s) URL, which could be shared. Are there any particular libraries or simple means in Python,(Django) that would be handy and efficient.?
~ Newbie trying a Herculean Task~ Thanks in Advance 🙂
Need to develop a project for file uploading and generating its(files’s) URL, which could
Share
Much of this is done for you in the Django-backed version of this excellent JQuery file upload app.
Try out a demo of the original here.