I want to upload a file to the server, and write its name in the database, i want to make it in one step, but I'm using an asp code that doesn't accept the Request.Form and uploading in the same time, I must use Request.QueryString, something about binary or so.
I made a file where the user browse for the image he wants to upload from his HDD, and when click on submit the file name enters the database, and then redirected to the page where he can upload the image. I don't want him to rechose the image again, just be uploaded automatically.
I tried to use a normal <Input text> but didn't work, must be of type <Input file>.
did I make it more clear now? or you are confused
?