Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
mmarudah opened this issue May 2, 2013 · 2 comments

Comments

@mmarudah
Copy link

mmarudah commented May 2, 2013

<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>
        </div>
        </form>
    </div>
</div>
@jfeldstein
Copy link
Owner

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

@samuel21
Copy link

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

Prerequisites:

  • http handler to save the file on the server.
  • ajax method to make the post call
  • bootstrap progress bar to show the progress.

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants