nervgh / angular-file-upload

[ALMOST NOT MAINTAINED] Angular File Upload is a module for the AngularJS framework
MIT License
3.44k stars 1.13k forks source link

How to upload video via url #859

Open Hasanthini opened 5 years ago

Hasanthini commented 5 years ago

Hello I used nv-file-drop to drag and drop and nv-file-select to browse and upload. Now I want to upload my video with one button click. My url is “http://localhost/abc/xyz.mp4”. When user click button called ‘ADD’, then this url video should be uploaded. Please help me to do this Thank you