Forums

PHP

This topic is locked

file upload problem

Posted 18 Feb 2003 15:15:43
1
has voted
18 Feb 2003 15:15:43 jim pulk posted:
I am trying ot use several of the common php upload scripts seen on the web and if i attempt to upload any file over 179 bytes i get the error: Unable to open '' for reading in blah blah blah. Tiny .url files upload fine. The max upload size is set at 1000000 so that isn't the problem. Any suggestions. Here is some code:

if ($superdat_name != "" {
copy("$superdat", "upload_files/$superdat_name" or
die("Couldn't copy file.";

} else {
die("No input file specified.";
}

Replies

Replied 04 Mar 2003 23:04:13
04 Mar 2003 23:04:13 George Petrov replied:
We just released Pure PHP Upload - it integrates directly with DMX! So check it out!

greetings,
George



--------------------------------------------------
George Petrov - Founder of the Dynamic Zones
DMXzone.com, FWzone.net, FLzone.net, CFzone.net,
DNzone.com, FlashFreaks.nl
--------------------------------------------------

Reply to this topic