Hello Guys,
	 
	I have already added my question on the support but still I hav'nt get any response on that.
	Do I have to create a new question every time.
	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";