I have a HIT on Mechanical Turk that requires a file upload of an MP3 file.
<h2>Upload your file here</h2>
<input type="file" name="audiofile" />
<input type="submit" />
When I review the results from my HIT, mechanical turk will give me the filename but no upload path or link to download the file.
How can I download the file that the worker has submitted?
Thanks.