Apologies for submitting a similar question I already sent on August 17, but it's essential for completing my app.
Is there a way to implement the below html code with the TMS WEB component?
<html>
<body>
<form ref='uploadForm' action='http://localhost:3000/upload' method='post' encType="multipart/form-data">
<input type="file" name="myUploadFile" />
<input type='submit' value='Upload!' />
</form>
</body>
</html>
Thanks in advance!