DEV Community

Discussion on: Client-side image upload ⬆️ in React

Collapse
 
adriaanbd profile image
Adriaan Beiertz

Hi Asim, that was a very clear way of explaining it. I've got a few questions:

  • What is e.target.result supposed to return? On my end it is undefined.
  • What were your considerations in opting for using ref?
Collapse
 
abhishekadvani profile image
Abhishek Advani

I want to delete the picture i have uploaded is there a solution for that too?