Pure ASP Upload File name variable
Question:
After uploading , resizing and renaming the file I want to get the new file name but I cant find such variable.
Please, tell me which variable is having the new file name in your asp code?
Answer:Click at Bindings in Application page of Dreamweaver. There is Upload File folder for you every file field of your form connected with Pure Asp upload. See the picture below.
Under Upload File you can find the entire available variables for the upload: FileName, UploadFolder, Content Type, Value, Size, Width, Height and Blob.
FileName is the variable you are looking for. You can use it in your code or just print its value by selecting it and drag it to your page.
Comments
Be the first to write a comment
You must me logged in to write a comment.