Search found 39 matches

by truongvu
Tue Dec 13, 2011 1:51 pm
Forum: JBatchUpload
Topic: pass session in JbatchUpload
Replies: 1
Views: 11516

pass session in JbatchUpload

How can I pass session in Jbatchupload ? Thanks for reply !
by truongvu
Tue Dec 13, 2011 1:49 pm
Forum: JBatchUpload
Topic: pass param from JSTransferStarted
Replies: 1
Views: 11609

pass param from JSTransferStarted

I have param below document.writeln('<PARAM NAME="param4" VALUE="tagname">'); document.writeln('<PARAM NAME="value4" VALUE="+ data_pass +">'); When i change variable 'data_pass' from jquery , it not change when i send to PHP script. :( How can i change it ! Can I pass it from JSTransferStarted ? Tha...
by truongvu
Tue Dec 13, 2011 11:23 am
Forum: JFileDownload
Topic: Bug when cancelling download
Replies: 4
Views: 18155

Re: Bug when cancelling download

i press cancel when download about over 1% is OK , it's label is "download cancelled" !
i press cancel when download label is download starting , it's label not change to 'download canccelled' . Where can i set to fix this bug ?
by truongvu
Tue Dec 13, 2011 8:40 am
Forum: JBatchUpload
Topic: How to upload folder , not files in folder
Replies: 6
Views: 21283

Re: How to upload folder , not files in folder

Thanks , i have already uploaded folder successfully ! My current matter is after uploading JSTransferCompleted in jbatchupload return filename , not root folder name How can i get root folder name ? Ex: I upload folder A . In A have b.pdf,c.pdf,folder AA . In folder AA have c.jpg parameter i want t...
by truongvu
Fri Dec 09, 2011 4:28 am
Forum: JFileDownload
Topic: Hide resume button at duplicate file window
Replies: 2
Views: 6223

Hide resume button at duplicate file window

Your resume function is very good !
But my work is hide resume button .
Do you have any way to hide it ?
by truongvu
Wed Dec 07, 2011 2:15 am
Forum: JBatchUpload
Topic: How to upload folder , not files in folder
Replies: 6
Views: 21283

Re: How to upload folder , not files in folder

Hi,
I tried but it is not successful !
Can you send me a sample for uploading folder !
Thanks so much !
by truongvu
Sun Dec 04, 2011 9:17 am
Forum: JBatchUpload
Topic: How to upload folder , not files in folder
Replies: 6
Views: 21283

Re: How to upload folder , not files in folder

Thanks for quick support ! So , i want to upload subfolder in indicate folder Can below parameters upload subfolder in folder ? <PARAM NAME="item1" VALUE="fullfolder2"> <PARAM NAME="folderdepth" VALUE="-1"> <PARAM NAME="param6" VALUE="relativefilename"> <PARAM NAME="value6" VALUE="true"> Example : f...
by truongvu
Fri Dec 02, 2011 9:06 am
Forum: JBatchUpload
Topic: How to upload folder , not files in folder
Replies: 6
Views: 21283

How to upload folder , not files in folder

I see JBatchUpload have feature upload folder by uploading files in folder
But i only want upload folder(s) , not files in folder(s)

Is your JBatchUpload have that feature ?
by truongvu
Tue Nov 29, 2011 3:44 am
Forum: JFileDownload
Topic: Download file with Unicode file name
Replies: 12
Views: 47037

Re: Download file with Unicode file name

I also have this problem .
I tested on Windows 7 but it still display 'Donwload failed: cars_1918要求仕様書.jpg not found' !
I think this sample run well on Linux . Can it run well on Window ?

I use PHP but I can't find code for encoding UTF-8 in server script . Where can I put it ?
Thanks for reply !