|
Posted by Mark on 10/18/06 04:38
Leif K-Brooks wrote:
> 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.
Ah... I was told I could do something like <input
type="public_html/folder/file"> but... that didn't strike me as right.
However, apparently it can be set in php.ini (since I am using php
anyways...)
Navigation:
[Reply to this message]
|