Most voted "ashx" questions
3 questions
Sort by count of
-
3
votes1
answer68
viewsUpload 2 files via ashx
I have the screen below: I need the user to select a song and a cover, but I’m not finding a way to send both files at once and still validate if the Music and Cover was selected. Until then I…
-
1
votes0
answers106
viewsJquery Autocomplete with Sequence Selection
I have a text field in the sql server database varchar (MAX). I am using Jquery and C# to make an autocomplete. This is populated through a "autocomplete.ashx" file called by jqyery. My field in the…
-
1
votes1
answer77
viewsDownload file via ashx
I need to make a Javascript method that calls an ashx (Generic Handler) that returns an array of bytes (a file). This file can be XML, TXT or PDF. So far I solved the problem, but when the file does…