Origin 'jqueryfileupload.min.js' needed

This public forum is for user-to-user discussions of PHPMaker. Note that this is not support forum.
Post Reply
netenken1
User
Posts: 64

Origin 'jqueryfileupload.min.js' needed

Post by netenken1 »

While I upload file and name with "chinese BIG5 encoding" , I meet "Syntax error / Unexpected error" raised...
(Set Tools >Advanced Settings > FileSystem Encoding to "big5" , can't solve the problem, it's will cuz upload part done, but the filename shown NULL , I chekced the upload temp file , the file won't move-in)

After I Surfering the internet... the problem raise from "jqueryfileupload.min.js"
While it upload and move to temp file with "original big5 encoding name" , the move file part failed...

So I need to trace out and solve the encoding problem ,
where can I get the original human knowing version of

jqueryfileupload\jqueryfileupload.min.js


Webmaster
User
Posts: 9427

Post by Webmaster »

The uncompressed version jqueryfileupload.js is shipped in the template, just copy it to the "jqueryfileupload" subfolder under the destination folder and change the related SCRIPT tag in header.php to use it.


netenken1
User
Posts: 64

Post by netenken1 »

ok..really, I got it...thx a lot


Post Reply