Hi...
I've a 3rdParty webserver which allows me to upload a file using this part of html:
<form action="" method="post" enctype="multipart/form-data" name="form1" id="form1">
<label>upload file
<input type="file" name="file" id="file" />
</label>
<label>
<input type="submit" name="button" id="button" value="Submit" />
</label>
</form>
Is there any way to use RTC and sending a file to that server automatically?
Thank you & regards,
Marc