Need to Create Directory Before Upload
Posted: Fri Nov 05, 2010 2:20 am
I have a custom login page. When user logs in, their creds are checked against a SQL db. If successful, their username is stored in a cookie. I use the cookie to create a directory for each user within the upload folder before the upload begins. Everything works as expected when I use the PROCESS.ASPX file. But when I use JFileUpload I get a 500 Internal Server error. What am I missing? Thanx!