Recent content by karel.laska

  1. K

    HTTP post with file - without cURL

    Thank you both @Dimlos @RSF for your comments on the matter. As soon as I can I will try and let you know. :):)
  2. K

    HTTP post with file - without cURL

    @Dimlos @RSF I will try "HTTP Request Shortcuts" thanks for the tip. I hope it will be available for this old phone @Dimlos Yes you are right :) The correct notation is curl -f file=@/storage/emulated/0/DCIM/MacroTemp/pic.jpg -X POST 'bastlkoutek.cz/md/upload.php' --connect-timeout 20 I got a...
  3. K

    HTTP post with file - without cURL

    Hello, of course... curl -d -F "file="/storage/emulated/0/DCIM/MacroTemp/Picture.jpg --silent -X POST http://www.adress.com/uploadimage.php Adress was changed.. I tried also send parameter with POST, like number, with standard POST but no attempt ended in success. GET working normaly. Thanks
  4. K

    HTTP post with file - without cURL

    Hello, I would like to ask for help with my setup. I created a webcam where macrodroid took a photo, made a copy of the file in a folder and renamed the file. This works for me... Now I would like to send the renamed file using post to a PHP page. I managed to get this working on a Xiaomi 10 Pro...
Top