danialfarid / ng-file-upload

Lightweight Angular directive to upload files with optional FileAPI shim for cross browser support
MIT License
7.87k stars 1.6k forks source link

Add uploaded file to http post #1996

Open kapeeeek opened 7 years ago

kapeeeek commented 7 years ago

Hi, Im wondering how can I add my file to http post? Can I in section url: put code which jump to post? In my postrequest Ive got /url from anither scope and I want to add next.

kapeeeek commented 7 years ago

Never mind, I just can pastę ng file click into transferrequest :)