Git Product home page Git Product logo

django-dropzone-field's People

Contributors

wkleinheerenbrink avatar

Watchers

 avatar  avatar  avatar

django-dropzone-field's Issues

In case of multiple dropzone fields, files are always added to the first dropzone

When there are more fields presents and you try to submit a file to the second field, it will be added to the first field.

edit:
The file is not just added to the first field. On clicking an arbitrary dropzone field, every field is initiated. You will be presented a browse window for every field and can select an image for every field in order.

Don't always upload temporary images to media

Currently images are uploaded to the media folder, this way all images are publicly available. When you want to bind the images to users (#1) in such a way that only they can view it this is unwanted behaviour.

Bind TemporaryUpload to user

A TemporaryUpload is not bind to the user that uploaded the image. This has two downsides:

  1. It is impossible to add a limit to the number of temporary uploads one user may have
  2. It may (though not likely) be possible a user different than the owner guesses the hash of an image and hijacks this image.

Create setup.py

There should be an installer-file to be able to pip install django-dropzone-field.

Add usage description to README

Currently the only way to learn how to use the field/widget is by looking at the example project. This should also be available in the README.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.