ganzqgy Posted July 5, 2014 Share Posted July 5, 2014 unigui+fineuploader unigui+fineuploader.zip 2 Quote Link to comment Share on other sites More sharing options...
ganzqgy Posted July 5, 2014 Author Share Posted July 5, 2014 http://fineuploader.com/demos.html Quote Link to comment Share on other sites More sharing options...
chefdackel Posted July 5, 2014 Share Posted July 5, 2014 http://fineuploader.com/demos.html great: from the demo feature description of the uploader: restriction to jpeg, jpg, and txt files, restriction to a maximum file size of xxx kB, --> that would be great - and just missing in UniGui file uploading features (up to 0.95). bad: $79 - Single Hostname Server (e.g. uploader.example.com) - 1 year $480 - Single Software-as-a-Service or Single Installed Application (unlimited domain) (includes one free support request) - 1 year --> so if you want to use it for commercial applications, this may pull your money out of the pocket very fast. And every year. I do not like these "single domain licences". Quote Link to comment Share on other sites More sharing options...
ganzqgy Posted July 5, 2014 Author Share Posted July 5, 2014 unigui+fineuploader+plupload.flash.swf unigui+fineuploader+plupload.zip Quote Link to comment Share on other sites More sharing options...
ganzqgy Posted July 5, 2014 Author Share Posted July 5, 2014 this Quote Link to comment Share on other sites More sharing options...
ganzqgy Posted July 5, 2014 Author Share Posted July 5, 2014 new Quote Link to comment Share on other sites More sharing options...
uniguibbs Posted July 7, 2014 Share Posted July 7, 2014 when files upload completed , how to close the parent window? Quote Link to comment Share on other sites More sharing options...
ganzqgy Posted July 7, 2014 Author Share Posted July 7, 2014 <script type="text/javascript">$(function() {$("#uploader").plupload({ runtimes : 'html5,flash,silverlight,html4', url : '{gggggg}', max_file_size : '1000mb', max_file_count: 20, multi_selection: true, chunk_size: '1mb', //unique_names : true, //上传的文件名是否独一 //resize:{width:200,height:200,quality:90,crop:true},//是否生成缩略图(仅对图片文件有效) filters:[{title:"Image files",extensions:"jpg,gif,png"},{title:"Zip files",extensions:"zip,avi"}], rename: true, sortable: true, dragdrop: true, views:{list:true,thumbs:true,active:'thumbs'}, flash_swf_url:'plup212/Moxie.swf', silverlight_xap_url:'plup212/Moxie.xap', init:{UploadComplete: function(up, files){ top.ajaxRequest(top.MainForm.UniURLFrame2, 'gggggg', []); //alert(files.length); } }});});</script> procedure TMainForm.UniURLFrame2AjaxEvent(Sender: TComponent; EventName: string; Params: TStrings);begin if EventName = 'gggggg' then begin // close; end;end; Quote Link to comment Share on other sites More sharing options...
uniguibbs Posted July 8, 2014 Share Posted July 8, 2014 thanks ganzqgy. it works. i need a new function. i want to get the unique filename and origin filename. how can i get it? Quote Link to comment Share on other sites More sharing options...
chefdackel Posted October 14, 2014 Share Posted October 14, 2014 unigui+fineuploader+plupload.flash.swf Very nice and fun to play with, thank you. One problem: If I use the fineuploader part of the demo I get an access violation on bigger files. Small files do work. can`t say exactly the limit, but I had no luck with files (JPG, BMP, PNG) above approx. 500kB. With the attached PNG example file I get an AV. Seems to be a problem in the compare function of the delphi code, I can´t figure out what exactly is the problem with this function. brfc Quote Link to comment Share on other sites More sharing options...
uniguibbs Posted November 22, 2014 Share Posted November 22, 2014 do not work in iis. Quote Link to comment Share on other sites More sharing options...
chefdackel Posted November 23, 2014 Share Posted November 23, 2014 do not work in iis. What exactly is the problem? brfc Quote Link to comment Share on other sites More sharing options...
uniguibbs Posted November 29, 2014 Share Posted November 29, 2014 when upload file, the function "compareMem" run Error. iis6.1 + windows Server2008R2 64bit Quote Link to comment Share on other sites More sharing options...
chefdackel Posted November 29, 2014 Share Posted November 29, 2014 when upload file, the function "compareMem" run Error. iis6.1 + windows Server2008R2 64bit yes, just as I remarked some posts above. I think I have a solution, just to check it next week and then I post it here. brfc Quote Link to comment Share on other sites More sharing options...
uniguibbs Posted December 17, 2014 Share Posted December 17, 2014 yes, just as I remarked some posts above. I think I have a solution, just to check it next week and then I post it here. brfc Is there any good news? Quote Link to comment Share on other sites More sharing options...
mehmet07 Posted May 20, 2015 Share Posted May 20, 2015 How can I get the filename of the uploaded files? Quote Link to comment Share on other sites More sharing options...
asapltda Posted November 13, 2015 Share Posted November 13, 2015 How can I get the filename of the uploaded files? procedure TMainmForm.UnimFileUpload1Completed(Sender: TObject; AStream: TFileStream); var S:string; BEGIN s:= Sender as TUnimFileUpload).FileName ; END Quote Link to comment Share on other sites More sharing options...
mmurgas Posted January 25, 2018 Share Posted January 25, 2018 display 您没有安装Flash! Quote Link to comment Share on other sites More sharing options...
needlkm Posted August 9, 2018 Share Posted August 9, 2018 Hello~ How can I Component Caption? I Change Button Caption But.... Error message popup. Message is 'The uniFormAjaxevent Method referenced by mainForm.OnAjaxEvent has an incomptible parameter list. remove the reference? plz. Quote Link to comment Share on other sites More sharing options...
sunliner Posted February 13 Share Posted February 13 nice code Quote Link to comment Share on other sites More sharing options...
andyhill Posted February 14 Share Posted February 14 ganzqgy I appreciate you made the project available but I do not understand Japanese. Would you be kind enough to re-submit with all English ? Thanks for considering Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.