PDA

View Full Version : Please Help, I need an upload script!


xug
11-27-2001, 01:39 PM
Dear members,

I need for another site of me an simple upload script which I prefer in asp or php.

It's just that a customer can upload a picture(s) to a webfolder.

Please help me on this, I know it's maybe a little offline and I didn't found any or I have to pay big for it on the web.

Many thanks in advance.

Admin
11-27-2001, 02:27 PM
$fp=fopen($pathtofile,"w");
fwrite($fp,$datatowrite);
fclose($fp);
That's all I can tell without any more info. :)

JTMON
11-28-2001, 12:26 AM
I could use one to, that just writes to a spec. directory, and where I can choose size limit and extension allowance:D