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?
Hello Jag,
Please let me know if I can provide any further assistance regarding this matter.
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.