|
Posted by Leif K-Brooks on 10/18/06 02:45
Mark wrote:
> So, from my understanding, when you use <input type="file"> your file
> gets uploaded to some temporary folder...
>
> But is there a way to change where it gets uploaded?
>
> On my web server, all sites share the same temp folder..so I want to it
> to upload somewhere on *my* site.
That's a server-side issue. HTML doesn't know or care how your server
processes uploaded data.
Since you haven't told us what server-side technology is handling the
upload, we can't tell you how to configure it.
Navigation:
[Reply to this message]
|