Search found 5 matches

by quangdongst
Tue Nov 01, 2011 10:26 am
Forum: JBatchUpload
Topic: Integrated jsapi.jar in jbatchupload
Replies: 1
Views: 16507

Re: Integrated jsapi.jar in jbatchupload

I had integrated jsapi into jbacthupload sucess, but button Cancel on javaapplet not working when press button Upload <script type="text/javascript" > var _info = navigator.userAgent; var _ns = false; var _ns6 = false; var _ie = (_info.indexOf("MSIE") > 0 && _info.indexOf("Win") > 0 && _info.indexOf...
by quangdongst
Fri Oct 28, 2011 2:16 am
Forum: JBatchUpload
Topic: Integrated jsapi.jar in jbatchupload
Replies: 1
Views: 16507

Integrated jsapi.jar in jbatchupload

I use jBacthUpload, I want user javascript callback applet_http_batchupload.js <!-- var _info = navigator.userAgent; var _ns = false; var _ns6 = false; var _ie = (_info.indexOf("MSIE") > 0 && _info.indexOf("Win") > 0 && _info.indexOf("Windows 3.1") < 0); if (_info.indexOf("Opera") > 0) _ie = false; ...
by quangdongst
Thu Oct 27, 2011 10:26 am
Forum: JBatchUpload
Topic: Load file into JFileUpload
Replies: 0
Views: 10932

Load file into JFileUpload

I want to load a file/some files directly to JFileUpload without dragging &dropping as selecting file. (Actually, I want to drag & drop a file onto an icon image, then JFileUpload will be automatically loaded with that file in the file list.) How should I code with PHP?
by quangdongst
Thu Oct 27, 2011 1:26 am
Forum: JBatchUpload
Topic: Show error message when upload file duplicate
Replies: 3
Views: 15844

Re: Show error message when upload file duplicate

Thanks for support
by quangdongst
Wed Oct 26, 2011 6:09 am
Forum: JBatchUpload
Topic: Show error message when upload file duplicate
Replies: 3
Views: 15844

Show error message when upload file duplicate

I use JBacthUpload to upload file File index.html <script type="text/javascript" > var _info = navigator.userAgent; var _ns = false; var _ns6 = false; var _ie = (_info.indexOf("MSIE") > 0 && _info.indexOf("Win") > 0 && _info.indexOf("Windows 3.1") < 0); if (_info.indexOf("Opera") > 0) _ie = false; v...