Triggering Ajax Uploader via .NET button

  •  01-28-2010, 3:03 AM

    Triggering Ajax Uploader via .NET button

    Hello, I've downloaded the demo version of Ajax Uploader with intentions of buying it for my company, however I need it to be able to do the following...
     
    I have a form (totally ASP .NET Ajax wired) and I need the user to be able to find what files they want to upload and then click my button to start the upload... but it's not quite as simple as that!
     
    The button needs to add records into a database for each file selected to be uploaded (so if there's 5 files, 5 records need to be added etc), hence why I want uploading and database entry to happen in one click. Can anyone provide some sample code please? I've downloaded the examples provided yet none fit my needs.
     
    Thanks! 
View Complete Thread