process.php, process.jsp and mysql database

Upload core product.
kmvijay
Posts: 12
Joined: Fri Nov 06, 2009 1:10 pm

Re: process.php, process.jsp and mysql database

Post by kmvijay »

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.

kmvijay
Posts: 12
Joined: Fri Nov 06, 2009 1:10 pm

Re: process.php, process.jsp and mysql database

Post by kmvijay »

Hi,
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!!!.

User avatar
support
Posts: 1503
Joined: Sun Jan 27, 2008 6:19 pm

Re: process.php, process.jsp and mysql database

Post by support »

No JSTransferCompleted works with renamed filename done by JFileUpload. Try template parameter.

kmvijay
Posts: 12
Joined: Fri Nov 06, 2009 1:10 pm

Re: process.php, process.jsp and mysql database

Post by kmvijay »

Yes, 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.

User avatar
support
Posts: 1503
Joined: Sun Jan 27, 2008 6:19 pm

Re: process.php, process.jsp and mysql database

Post by support »

It 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

Post Reply