Posts by Thiago Feijó • 1 point
2 posts
-
0
votes3
answers1077
viewsA: How do I send my form along with another variable via AJAX POST to PHP?
When you use jQuery and give a serialize() in a form, what jQuery is doing is turning this object into a query Parameters, that looks like this: nome=Thiago&idade=99. If you want to add one more…
-
0
votes2
answers503
viewsA: ionic2 - photo upload via server
If you use "DATA_URL" and take the Base64 image instead of its path with "FILE_URI", you can send this image via http post, it will be much easier to implement in your code and also test.