Hello,
I am trying to upload an image using App42 upload service. But I am not able to do so.
Basically, what I am doing, I had created a form on in which I accept an image to be uploaded. But I am not able to upload the file on the App42.
so can you explain to me what "Your local file path" refer to cause I had tried to upload from the local file path, but I got an exception 400 The Request parameters are invalid. The parameter 'File' cannot be null or empty
-
$fileName = "<Your_file_name>";
-
$fileType = "<Your_file_type>";
-
$filePath = "Your Local File Path";
-
$description = "File Description";