I would like to know how to restrict the user to upload after certain number of uploads.. I want the user not to upload more than 20 files.After that I need the Uploadify to disable.
I\'veincluded the js and css files, in the frontend all is loaded correctly, but when I click on <a h开发者_如何学Goref=\"javascript:$(\'#file_upload\').uploadifyUpload();\"> Upload </a>
Hy , i was looking at uploadify.php and did\'n understand a thing. I have a form like this : <form id=\"formid\" name=\"upload_pic\" action=\"upload.php\">
I\'m currently coding an uploader script based on Uploadify. Right now I resize the given image and watermark one of the sizes. It all works well, but I need the script to resize the height and then c
I am trying to upload images using jquery uploadify and I am trying to display images in the data list view control.
I\'m working in a small project which envolves uplodify. Everything is working good but I have a small problem with a variable and I don\'t realize where the problem is.
I am trying to uplaod images to folder an then trying to show them as soon as they upload an I am able to display the image and not able to display it\'s URL simultaneously.
I am trying to get uploadify to work with rails 3 but with little success.I have pretty much read everything there is to read about this, and tried pretty much everything, but nothing seems to work.
is there any security issue realated to leaving ASP.NET Session ID value on html hidden field? Its in order to work around a problem when using uploadify, which is based on flash to work and have kno
I have been trying to implement uploadify in my rails 3.1 app. And I followed the step mentioned here. And here is my code: