Skip to content

Instantly share code, notes, and snippets.

@JeanCarlosChavarriaHughes
Last active January 22, 2025 23:40
Show Gist options
  • Save JeanCarlosChavarriaHughes/959582028bee2011c6f909d1b49a2aa3 to your computer and use it in GitHub Desktop.
Save JeanCarlosChavarriaHughes/959582028bee2011c6f909d1b49a2aa3 to your computer and use it in GitHub Desktop.
fileUploader-example-guide1
curl --location --request POST 'http://localhost/www/api.php' \
--header 'Content-Type: application/x-www-form-urlencoded' \
--form 'w=fileUploader' \
--form 'r=subir_certif' \
--form 'sessionKey=cVpzTzV2NFFlZzZUN2VoL1J6WU1XZz09OjpHJA3/t7zQiahf6eWdOd6F' \
--form 'fileToUpload=@/path/to/file' \
--form 'iam=test702110230'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment