I'm running Win2000 Advanced Server + IIS5.0 and have a website releated to it. I just wrote a PHP application in my website and it will let users upload pictures into a folder has same name with their ID, (my program is running without problem under Apache)but in IIS5.0, I found users can add pictures to server, but the problem is those related folders can not be created.
For example, pic/[id]/..., I wanna create folder under pic (pic/10001/...). All pictures are uploaded in 10001 for user 10001.
So how do I make it work in IIS? thank you!
For example, pic/[id]/..., I wanna create folder under pic (pic/10001/...). All pictures are uploaded in 10001 for user 10001.
So how do I make it work in IIS? thank you!