I want users to paste in my input a link of a gif or an image.
For example, user pastes this link : https://media.giphy.com/media/yYSSBtDgbbRzq/giphy.gif
I want my application to recognize if this gif is over 5MB, without downloading it. Is that possible?
I am using Reactjs for front-end and nodejs+express for the backend