Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1805
WebUpload : saving file into database
posted

Folks,

I am trying to save uploaded file into database table. I have successfully saved file into uploads directory on the server (it was easy with webupload control).

Non Infraghistics code

previously, i was uploading with vs2010 stabddard control and renaming the file "name_ddmmyyy" and saving into directory on server and then getting the samefiles (as when i uploaded the files saved the names in an array) and uploaded them into sql server database table.

with infragistics control

It was much more easier to uoload the file/files on the sever. but now how can i upload the files into database table?

any ideas?

 

 

  • 7499
    posted

    Hello Jag,

    Please let me know if I can provide any further assistance regarding this matter.

  • 7499
    Verified Answer
    posted

    Hello,

     

    This is not something that is done automatically by Webupload. You may have to do the same thing what you are doing right now for the non-Infragistics Upload control.

     

    Please let me know if I can provide any further assistance regarding this matter.