Search found 1 match

by escottx
Fri Nov 05, 2010 2:20 am
Forum: JFileUpload
Topic: Need to Create Directory Before Upload
Replies: 1
Views: 6697

Need to Create Directory Before Upload

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.AS...