flask-dropzone icon indicating copy to clipboard operation
flask-dropzone copied to clipboard

Upload files in Flask application with Dropzone.js.

Results 12 flask-dropzone issues
Sort by recently updated
recently updated
newest added

Hello, I tried to make single-page app with dropzone but my template is not rendered. Without dropzone, it works, so I believe I miss configurations. Here is simplified example: **app.py**:...

The Traivs build is not triggered anymore.

Hi @greyli , Awesome plugin. I am using it to upload multiple files along with some server-side validation. Is there a way to return the individual status of each uploaded...

enhancement

I have a form for posting blog entries. I want to be able to submit multiple fields at once. Instead of designating the class of the form as 'dropzone' is...

enhancement
help wanted

I'm using dropzone in a flask application that uploads files to AWS S3. I have the following configuration for the dropzone: ``` app.config.update( DROPZONE_MAX_FILES=10, DROPZONE_PARALLEL_UPLOADS=3, DROPZONE_UPLOAD_MULTIPLE=True, DROPZONE_ALLOWED_FILE_CUSTOM=True, DROPZONE_MAX_FILE_SIZE=10000, DROPZONE_ALLOWED_FILE_TYPE=".xls, .xlsx,...

As there are more configuration than init and option, adding custom_func for config will make sense, and it is easy to realize. I add the function for myself, hope to...

Is there feature implemented in backend?

Suggestion: extend Dropzone embedded script via external file or config parameter. I can take this task. It need for my own project. Example: i need send api request before file...

enhancement

- switch to gh-action (#55) - drop python