Search found 39 matches

by truongvu
Wed Feb 22, 2012 11:28 am
Forum: JFileDownload
Topic: Bug when download file on OS mac browser safari
Replies: 0
Views: 12376

Bug when download file on OS mac browser safari

Hi Support,I want download file and I had tested on link http://www.jfileupload.com/products/demo/applet_http_download.html I want to download file on folder ../Desktop/test/ I click button Select location, select folder Desktop -> double click on folder test, press button save. File download sucess...
by truongvu
Thu Feb 16, 2012 8:26 am
Forum: JBatchUpload
Topic: resize jbatchupload
Replies: 1
Views: 11517

resize jbatchupload

Hi Support.
Sometime, when I upload file, error message is too long to display fully on status bar. I want that end-user can widen jfileupload controller to be able to read full error message. Is it possbile to code Javascript to do that?
by truongvu
Mon Feb 13, 2012 3:12 am
Forum: JFileDownload
Topic: Remove file after cancelling download
Replies: 2
Views: 7266

Re: Remove file after cancelling download

it helped , thanks
by truongvu
Fri Feb 10, 2012 3:36 am
Forum: JFileDownload
Topic: Remove file after cancelling download
Replies: 2
Views: 7266

Remove file after cancelling download

Hi support, When user download , they cancel download during download proccess . File downloaded to client and corrup when open. User ask me any way to remove file on client when download cancelled So , can jfiledownload have any way to remove file after cancelling download ? Thanks for any reply !!!
by truongvu
Wed Feb 08, 2012 10:01 am
Forum: JBatchUpload
Topic: Disable select & OK button after finished upload
Replies: 3
Views: 14688

Re: Disable select & OK button after finished upload

Sorry , you can misunderstand my matter !
I want the program disable button "select" & "start upload" intermediately after upload file completed .(my attach file)
If i use "forward" function , 2 buttons also not disable
Thanks for any support !
by truongvu
Mon Feb 06, 2012 11:14 am
Forum: JFileDownload
Topic: Folder/subfolder name contains "5C"-byte
Replies: 6
Views: 14938

Re: Folder/subfolder name contains "5C"-byte

Ok , i see if I use charset UTF-8 is not generating error The system I am using required charset is Shift_JIS I am using SQL Server (locale Japanese) + Symfony PHP + Window locale Japanese When i change charset Shift_JIS to UTF-8 , file not found when download. So i must use Shift_JIS charset to dow...
by truongvu
Thu Feb 02, 2012 11:04 am
Forum: JBatchUpload
Topic: Break upload when file upload having specification character
Replies: 1
Views: 32664

Break upload when file upload having specification character

Hi support, I need jbatchupload skip upload when user upload file having specification character. Example : Check file *abc.pdf which having character * appear --> Skip upload , then return message "can not upload file *abc.pdf which contain character * " Similar for Japanese file . Check file 全表示.p...
by truongvu
Wed Feb 01, 2012 9:16 am
Forum: JFileUpload
Topic: Problem with chunked upload using process.php
Replies: 1
Views: 5770

Problem with chunked upload using process.php

Hi Support.
I upload file use chunk

Code: Select all

document.writeln('<PARAM NAME="chunksize" VALUE="1000000">');
document.writeln('<PARAM NAME="chunkmode" VALUE="onflyrange">');
I upload file 2.5Mb but File on server after uploaded 700Kb
by truongvu
Wed Feb 01, 2012 3:26 am
Forum: JFileDownload
Topic: Folder/subfolder name contains "5C"-byte
Replies: 6
Views: 14938

Re: Folder/subfolder name contains "5C"-byte

Could you provide the full URL with 5C char? And your JavaScript too with applet declaration. My current developing evironment is Japanese locale , Symfomy PHP When using Japanese locale , I can not download folder with Japanese character as "C:\data\全表示" So i have to use function mb_convert_encodi...
by truongvu
Thu Jan 19, 2012 9:11 am
Forum: JBatchUpload
Topic: Maximum size can be uploaded to jbatchupload
Replies: 2
Views: 12999

Maximum size can be uploaded to jbatchupload

Hi,
Give me ask a question about maximum capacity that jbatchupload stand to upload without generating error.
My ISS7 's maximum allowed content length (Bytes) is 3000000000
Thanks