Questions tagged [uploadify]

Uploadify is a jQuery plugin that integrates a fully-customizable multiple file upload utility on your website. It uses a mixture of JavaScript, ActionScript, and any server-side language to dynamically create an instance over any DOM element on a page.

Uploadify is a jQuery plugin that integrates a fully-customizable multiple file upload utility on your website. It uses a mixture of JavaScript, ActionScript, and any server-side language to dynamically create an instance over any DOM element on a page.

1110 questions
62
votes
11 answers

Clear text area

In Onselect event I have script: $("#vinanghinguyen_images_bbocde").val(''); $("#vinanghinguyen_images_bbocde").val(vinanghinguyen_final_bbcode); I want clear text area id="vinanghinguyen_images_bbocde" before add value to it. but textarea add add…
vinanghinguyen
  • 1,095
  • 4
  • 10
  • 17
36
votes
9 answers

checkbox is always "on"

Hy! When Uploadify send the file to the action, I need to know if the checbox is checked or not, so I did: $('#uploaded').uploadify({ 'uploader': '/uploadify.swf', 'cancelImg': '/cancel.png', 'script':…
Thiago
  • 1,457
  • 2
  • 24
  • 40
35
votes
6 answers

How do I get jQuery's Uploadify plugin to work with ASP.NET MVC?

I'm in the process of trying to get the jQuery plugin, Uploadify, to work with ASP.NET MVC. I've got the plugin showing up fine with the following JavaScript snippet: