jfeldstein / jQuery.AjaxFileUpload.js

jQuery plugin to magically make file inputs upload via ajax
408 stars 246 forks source link

ajaxfileuplaod in asp.net -trying to call ashxhandler and it is not working. Please help #25

Open mmarudah opened 11 years ago

mmarudah commented 11 years ago
<title>Ajax File Uploader Plugin For Jquery</title>
<link href="ajaxfileupload.css" type="text/css" rel="stylesheet">
<script type="text/javascript" src="jquery-1.9.1.min.js"></script>
<script type="text/javascript" src="ajaxfileupload.js"></script>
<script type="text/javascript">

        $('#fileToUpload').ajaxfileupload({ 'action': 'ajaxfileupload.ashx' });

</script>

```
```
jfeldstein commented 11 years ago

No idea what this means, and I have no experience with asp.net. Is there a Javascript error I can help you with?

samuel21 commented 10 years ago

This example shows a simple way to uploading the file to the server along with the progress bar.

Prerequisites:

http://gilgh.com/article/Ajax_file_upload_with_progress_bar_and_asp_net This may help you