tatva39: Hi,i want to upload only one image using php uploader in PHP. .. but not get any option in plugin... so any one have idea about this? thanks in advance! Please make sure you set the following property to false. Uploader.MultipleFilesUpload Property If true, the users are able to select multiple files in the file browser dialog then upload them at once. Example Code <?php require_once "phpuploader/include_phpuploader.php" ?> <html> <body> <form id="form1" method="POST"> <?php $uploader=new PhpUploader(); $uploader->Name="myuploader"; $uploader->MultipleFilesUpload=false; uploader->Render(); ?> </form> </body> </html> asp.net Chat http://cutesoft.net/ASP.NET+Chat/default.aspx Web Messenger: http://cutesoft.net/Web-Messenger/default.aspxasp.net wysiwyg editor: http://cutesoft.net/ASP.NET+WYSIWYG+Editor/default.aspxasp wysiwyg html editor: http://cutesoft.net/ASP asp.net Image Gallery: http://cutesoft.net/ASP.NET+Image+Gallery/default.aspx Live Support: http://cutesoft.net/live-support/default.aspx
If true, the users are able to select multiple files in the file browser dialog then upload them at once.
asp.net Chat http://cutesoft.net/ASP.NET+Chat/default.aspx Web Messenger: http://cutesoft.net/Web-Messenger/default.aspxasp.net wysiwyg editor: http://cutesoft.net/ASP.NET+WYSIWYG+Editor/default.aspxasp wysiwyg html editor: http://cutesoft.net/ASP asp.net Image Gallery: http://cutesoft.net/ASP.NET+Image+Gallery/default.aspx Live Support: http://cutesoft.net/live-support/default.aspx
tatva39: Not Getting Javascript Error.... i also want one new feature also... i want to upload fixed size image like (500*325).if user upload image with different size than it gives error.... so is it possible with plugin? Please check this example: http://ajaxuploader.com/Demo/Ajax-based-user-profile.aspx The source code of this example can be found in the download package. asp.net Chat http://cutesoft.net/ASP.NET+Chat/default.aspx Web Messenger: http://cutesoft.net/Web-Messenger/default.aspxasp.net wysiwyg editor: http://cutesoft.net/ASP.NET+WYSIWYG+Editor/default.aspxasp wysiwyg html editor: http://cutesoft.net/ASP asp.net Image Gallery: http://cutesoft.net/ASP.NET+Image+Gallery/default.aspx Live Support: http://cutesoft.net/live-support/default.aspx