开发者

how to update file upload to db with uplodify in C# without ashx file

i want to update database with the details of the file uploaded using the uplodify jquery control,i have uploaded the file using that,but the code behind is handle in an .ashx file which uses the process request to upload file to server, 开发者_运维百科while using that it calls DB each time considering the no of files(ie if i have 3 files to upload (multiple case) then it calls DB 3 times....)

how can i manage that, or is it possible not to use ashx file.. instead use the page cs file to handle the server action...

please help...

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜