Hello,
I just downloaded your trial version of the AJAX controls for .NET today. We have an application that performs uploads of files along with saving associated user entered data for the file that was uploaded. Previously we were using the SlickUpload control but this product has been sold and isn't supported anymore.
So, I'm looking at converting our application to use your AsyncUpload component. Some things that I see that are different is that we upload the file on submit of the page along with the information that the user entered. So, the process is something like: upload file and display upload progress bar when page is submitted and then after file is uploaded, in the same transaction, update the database with the information that the user entered about the file.
I saw that you have a few sample programs that combine some aspects of this but it would involve combining multiple demos to achieve what I'd like. Usually you upload the file automatically in the client code when the file is selected vs having it uploaded it on submit of the page. Also I couldn't find a good example of uploading the file and then saving associated database information immediately after the upload takes place. I would need to write a custom HTTP handler for this? Do you have some sample code for this?
Thanks for your help in pointing me in the right direction.
Mike Nelson
I just downloaded your trial version of the AJAX controls for .NET today. We have an application that performs uploads of files along with saving associated user entered data for the file that was uploaded. Previously we were using the SlickUpload control but this product has been sold and isn't supported anymore.
So, I'm looking at converting our application to use your AsyncUpload component. Some things that I see that are different is that we upload the file on submit of the page along with the information that the user entered. So, the process is something like: upload file and display upload progress bar when page is submitted and then after file is uploaded, in the same transaction, update the database with the information that the user entered about the file.
I saw that you have a few sample programs that combine some aspects of this but it would involve combining multiple demos to achieve what I'd like. Usually you upload the file automatically in the client code when the file is selected vs having it uploaded it on submit of the page. Also I couldn't find a good example of uploading the file and then saving associated database information immediately after the upload takes place. I would need to write a custom HTTP handler for this? Do you have some sample code for this?
Thanks for your help in pointing me in the right direction.
Mike Nelson