All Questions
4 questions
1
vote
1
answer
367
views
How can I capture a picture from webcam and store it in a ImageField in Django?
I want to take a picture from a webcam and save it in ImageField. I've seen some results related to this question, but I'm not able to understand how they work. For example:
How can I capture a ...
0
votes
0
answers
373
views
Flask/Javascript - How to upload multiple files that were input sequentially?
I'm making a basic blogging app in flask, and at the moment I'm trying to add the ability to upload multiple images.
I want to allow people to upload images one at a time sequentially, but when a file ...
1
vote
2
answers
4k
views
Compress and upload image using python-flask
I am using Python-flask application for image processing, however, the image compression is done in JavaScript and then upload is being done in python flask backend, when I try to access the image in ...
0
votes
0
answers
323
views
Image upload preview javascript
I am trying to make a image preview before upload. But when i am trying to upload them, there are upload only the latest ones.
Example: Firstly i upload 3 images(and it appears 3 file selected), then ...