create the folder w/ asp... When you call the recordset.addnew code you can
do something like <% licensePlate = request.form('licensePlate') imgRoot =
server.mappath('/carpics') 'check this syntax on devguru, this
returns 'C:\InetPub\wwwroot\carpics\' (or whatever the local site root
is--response.write imgRoot will tell you what it found cd imgRoot
'switch to img root md licensePlate 'make new
directory w/ name = to license plate I've done this before but I don't have
the code handy. But this should point you in the right direction. Steve