Hello...
i want my code to automatically check to see if #RaceName# folder already exists, and if it doesn't, than i want it to create the new directory and add the file into that folder...
If it does exist just add that file to that folder...
This is what I have now...
<cfif #form.Image# NEQ "">
<cffile action="upload" filefield="Image"
destination="D:\webserver\mtbmind.com\ACCEPT="image/jpg, image/pjpeg,image/gif,image/bmp, image/tiff"
nameconflict="OVERWRITE"
>
And i'm really not sure where to go from here... thanks for the help!
i want my code to automatically check to see if #RaceName# folder already exists, and if it doesn't, than i want it to create the new directory and add the file into that folder...
If it does exist just add that file to that folder...
This is what I have now...
<cfif #form.Image# NEQ "">
<cffile action="upload" filefield="Image"
destination="D:\webserver\mtbmind.com\ACCEPT="image/jpg, image/pjpeg,image/gif,image/bmp, image/tiff"
nameconflict="OVERWRITE"
>
And i'm really not sure where to go from here... thanks for the help!