All Questions
3 questions
2
votes
1
answer
763
views
paste an image (ctrl+v) to ngx-dropzone
Is there an option to paste an image into the drop zone of ngx-dropzone angular module ?
can I add (paste) event to it somehow?
ngx-dropzone
<div class="custom-dropzone" ngx-...
0
votes
1
answer
244
views
How to send reduced/optimised images from node server to Angular client (but save original quality to database)
I'm working on a project which requires an image database. Many of the images are rather larger than they need to be for 90% of the use cases of the application, however, there are cases where I need ...
0
votes
0
answers
279
views
How can i upload images array and thumbnail image both at once using Angular7 and node.js?
I have a server-side based on node.js(express) in which i have an api for adding BookingItem in which i am getting images array of booked item.
I am doing in server side in bookingItem.route.js like ...