It works with weak SSL.
But is it possible to use our valid certificate.
I still need to do some more test. Hopefully I will buy the software in the month of January 2010.
process.php, process.jsp and mysql databaseRe: process.php, process.jsp and mysql databaseHi,
I am using JSAPI. I would like to change the filename like e.g. contineousserialno_filename. e.g. 1_filename, 2_filename,...... If I change the filename in PHP source, will I able to get the same name in function JSTransferCompleted(filename){}, so that I can show this url in html editor, with the real uploaded image!!!. Re: process.php, process.jsp and mysql databaseNo JSTransferCompleted works with renamed filename done by JFileUpload. Try template parameter.
Re: process.php, process.jsp and mysql databaseYes, it works with template.
I think this date time conversion is up to milliseconds. (1261050350863). Just I would like to know. Why JSTransferCompleted can't get the server changed file name?. You are passing the error message from the server. Why can't we have one more PARAM like "Server_Modified_File_Name" in Java script and pass it to JSTransferCompleted function?. Is it very hard to do it?. I can use with Timestamp that is fine I think. Re: process.php, process.jsp and mysql databaseIt would require an addition request to server to know the renamed filename on server. It's not difficult to implement but this feature is now available in current release. If you need it then it could be developed as a customization. You can drop an email to support(at)jfileupload(dot)com
|