I seem to have a problem with uploadify. It always get stuck at 100% on the first file, no matter what the file is. I am using Zend on my Wamp and it works fine there but as soon as I upload it on my
I have uploadify working nicely. When the back-end php is loaded the filename is uploaded with new filename and which is entered in the database using a new unique id开发者_开发问答.
I am using uploadify in a child window. that is if i click on a image it will open a new window using javascript.. inside the child popup window, i am having the uploadify.
I have implemented Uploadify in my ASP.NET MVC 3 applic开发者_开发百科ation to upload images, but I now want to resize the images that I upload. I am not sure on what next to do in order to start resi
I\'ve been making an uploadify / jCrop library for CI, where users can upload pics, then crop them in a pop up window, 开发者_如何学JAVAnice and easily.
I have a project where I have several content types (Article, Interview, etc) with nested images. To handle the images, what I did was implement a popup \'image upload\' box (using a combination of Pa
I have two different apps using paperclip. On the app that does not save attachment or call paperclip, i get this log when i upload an app
Is it possible to use some enhanced component to upload files to blobstore? I\'m playing with uploadify but facing problems to put it to work. I would like to be able to filter the kind of file befor
Ok, So, I have a social networking website where users can share a post and now i am implementing attachment feature so that users can attach files to the post. I use uploadify in order to upload fil
Uploadify with live click and toggle is creating multiple instances of the upload button how can I stop it from doing that.