I am using mkdir function in my script to create directories which is not working.Does CGI task execute commands system()?I guess it wont...(However the same is working in external task)
At the end of my CGI Task I have to create directory structure dyanmically based on user input in the form.I am using mkdir function in my script to create directories which is not working.Does CGI task execute commands system()?I guess it wont..(However the same is working in external task)Is there an alternate way that I send the variables back to WFT and create the directories in the next task(external).Thanks