User168019028 posted
Hi, I am trying to implement this flash upload with my project :
here is the link http://www.codeproject.com/KB/aspnet/FlashUpload.aspx
I can successfully upload it into the database with the filename of the file, but the problem i am having is that I have additional information that are needed to insert along with the uploaded file. Example I have a Textbox for description of the file that
have to be uploaded and I cannot find the control of that Textbox at all as I use the Upload.cs file in the App_code to find the control and upload to the database.
Thanks you