How Is It Possible To Acccept File Uploads From Other Domains

I

Ian Mac

Hi,

I would like to know how it is possible to receive multi part encoded file
uploads when the referer is from outside my domain? In other words, the
request is not a post back to the page.

I'd like to hand other domains this html and give them the ability to upload
files to me.

<form enctype="multipart/form-data" action="http://mydomain/upload">
<input type="file" name="data" />
<input type="submit" />
</form>

Is there a way to do this? Maybe by creating an HtmlInputFile when the
request comes in, and somehow loading it from the post data?

I appreciate any help you offer. Thanks.
 
I

Ian Mac

Nevermind, I had a stupid typo in my form submit ... it was a simple thing.
Forget this post please.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,578
Members
45,052
Latest member
LucyCarper

Latest Threads

Top