Hey guys, I'm trying to figure out why mkdir isn't working for me. I've got an HTML form sending info to my cgi program (written in perl) like this
Html part of the form is
<INPUT TYPE=text NAME=filedir>
the Cgi goes something like this
my $basedir = "c:/test"
use CGI;
my $reg...
Hey, I posted about making new directories and the mkdir thing worked out after setting everything up correctly to work with the mkdir. However, when I try to upload (really it's just coping to another folder on my computer while I test it) it doesnt work. Whenever I try to...
I am trying to write a sort of uploading script and so far it works and I am able to select a file and have it copy to a user specified directory. However, if the specified directory does not exist, I want it to either create the directory and then copy the file to that directory, or ideally...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.