The angular tag has no usage guidance.
0
votes
1answer
680 views
Why sending a file is so difficult using angular? [closed]
I have to send a file (very large file) to a server. I'm studying what options I have and how to do it. I'm using angular + express + nodejs.
If I use a simple form, I could catch the file on the ...
-4
votes
0answers
24 views
Client side server to consume PHP REST API [on hold]
I'm creating a REST JSON API in PHP (using Symfony 2), in order to create a separation of a back end and a client, to allow the client(s) to consume resources via JSON.
My problem arises when I ...