Quantcast
Channel: ASP.NET AJAX + Ajax Control Toolkit (ACT)
Viewing all articles
Browse latest Browse all 5678

AjaxFileUpload Properties/Sample Code

$
0
0

Dear Guys, i'm puzzled by my situation. I want to upload a file or files using AjaxFileUpload and i want to filter them by file types (e.g. bmp, jpg, doc, xls). after i filter them, i want to store those files to "~/Savedfiles" and the filenames will be saved to "Files" table. in AjaxFileUpload, there's a built in Upload button and i want to hide it, instead, i wanna use a custom button so i have the full control in saving it. The reason why i want a custom button because i want to perform another saving tasks aside from saving external files. I'm using VS 2010 C#. if you guys have some sample code in c# on how to extract multiple file names (in case for multiple uploads), i would really appreciate it. thanks.


Viewing all articles
Browse latest Browse all 5678

Trending Articles