I'm beginner in angularjs. I read a lot about file uploading and etc. But couldn't find any topics for this case that i will describe in further.
I want to choose a file with helping of a button(with search Name) in below code
then when we click on second button (with upload Name), my chose file upload in a local drive that i made in D:\Uploaded Files already
for example I want choose a file from desktop with search button, then when we click on upload, this file copy to D:\Uploaded Files
If it's possible please show me in fiddler. Thanks all.
Thanks all for shairing
Did you mean upload a local file from your client computer to a server? or local to local?
If it's the first case:
You need to use a directive like below.
For uploading the files:
And now everything is fine.