Questions tagged as 'ashx'

1
answer

Uploading 2 files via ashx

I have the screen below: Ineedtheusertoselectasongandacover,butI'mnotfindingawaytosendthetwofilesatonceandstillvalidateifMusicandCoverhavebeenselected.UntilthenIfollowedtheexamplebelow,butJSonlytakesthecontentofthe(upFoto)input,howeverIcreate...
asked by 24.11.2015 / 00:46
1
answer

Download file via ashx

I need to do 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. Until then I solved the problem, but when the file does not exist, I'm redirected to another page, b...
asked by 02.12.2015 / 20:35
0
answers

JQuery AutoComplete with Sequence Selection

I have a text field in the database sql server varchar (MAX). I'm using JQuery and C # to do an autocomplete. This is populated by an "autocomplete.ashx" file called by jqyery. My field in the database is a string that is dynamically mo...
asked by 05.10.2015 / 22:42