chefdackel Posted July 5, 2014 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
ganzqgy Posted July 5, 2014 Author Posted July 5, 2014 unigui+fineuploader+plupload.flash.swf unigui+fineuploader+plupload.zip Quote
uniguibbs Posted July 7, 2014 Posted July 7, 2014 when files upload completed , how to close the parent window? Quote
ganzqgy Posted July 7, 2014 Author 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
uniguibbs Posted July 8, 2014 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
chefdackel Posted October 14, 2014 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
chefdackel Posted November 23, 2014 Posted November 23, 2014 do not work in iis. What exactly is the problem? brfc Quote
uniguibbs Posted November 29, 2014 Posted November 29, 2014 when upload file, the function "compareMem" run Error. iis6.1 + windows Server2008R2 64bit Quote
chefdackel Posted November 29, 2014 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
uniguibbs Posted December 17, 2014 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
mehmet07 Posted May 20, 2015 Posted May 20, 2015 How can I get the filename of the uploaded files? Quote
asapltda Posted November 13, 2015 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
needlkm Posted August 9, 2018 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
andyhill Posted February 14, 2023 Posted February 14, 2023 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
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.