I开发者_运维知识库 am using jquery uploadify to upload files. It works fine on my local server but i get the error IO Error when i try to upload even the small sites in live.
I am using uploadify in a project with the following script: $(document).ready(function() { $(\"#uploadify\").uploadify({
i have a asp.net FileUpload control and below is the code (which works fine) if (fUpload.HasFile)
I kept one jquery uploadify plugin on page and on开发者_如何学编程e <img> tag besides it. Everything works fine as expected except one problem. I want to update <img> to show the new image
I am using Jquery Uploadify for images upload with PHP, here i have multiple instances ofuploadify and and each instance is uploading images in different folders.
I am using jQuery Uploadify to upload files to my site.How can I tell if a user has selected a file or not?I tried using the folder object value of the Uploa开发者_如何转开发dify object
Testing in IE 8 i get this error:Object doesn\'t support this property or method I\'m using the latest release of uploadify.
The code is working on one server but isn\'t on the other. When trying to upload files of size around 1 MB with jquery uploadify I get this 开发者_JS百科error.
We have a client with an upload site we built (using Ruby/RoR) and he wants to add the ability to upload files from a torrent link.
I want let user to upload images to server add some info (like description, tags) about each image.I use Uploadify to upload multiple images.