Re: [PHP] File Uploads not working over SSL

2006-10-05 Thread Richard Lynch
On Thu, October 5, 2006 3:42 pm, Rahul S. Johari wrote: > Richard, I corrected that mistake in a previous email you must have > missed. > I had copied the wrong code in my email to the list. The correct code > is > indeed action="https://www.myurl.com/imsafm2_main.php";> > > I'm pretty baffled at

Re: [PHP] File Uploads not working over SSL

2006-10-05 Thread Rahul S. Johari
Richard, I corrected that mistake in a previous email you must have missed. I had copied the wrong code in my email to the list. The correct code is indeed https://www.myurl.com/imsafm2_main.php";> I'm pretty baffled at this stage. I don't understand why this won't work over SSL. Over the interne

Re: [PHP] File Uploads not working over SSL

2006-10-05 Thread Richard Lynch
On Wed, October 4, 2006 3:02 pm, Rahul S. Johari wrote: > http://www.myurl.com/imsafm2_main.php"; If you MOVED everything to the SSL server, then http://www.myurl.com ain't the right ACTION anymore. It's now https://www.myurl.com -- Some people have a "gift" link here. Know what I want? I want

Re: [PHP] File Uploads not working over SSL

2006-10-04 Thread Rahul S. Johari
uot;Jo ã o C â ndido de Souza Neto" <[EMAIL PROTECTED]>; "PHP" > > Sent: Wednesday, October 04, 2006 9:02 PM > Subject: Re: [PHP] File Uploads not working over SSL > > > > Well, the File Manager application itself is pretty extensive... But if >

Re: [PHP] File Uploads not working over SSL

2006-10-04 Thread Rahul S. Johari
Well, the File Manager application itself is pretty extensive... But if you're looking for the upload code, here it is (sensitive information erased): if($upload_file) { $db = mysql_connect("localhost","usr","pwd");

Re: [PHP] File Uploads not working over SSL

2006-10-04 Thread Jo�o C�ndido de Souza Neto
Please, show us your code. ""Rahul S. Johari"" <[EMAIL PROTECTED]> escreveu na mensagem news:[EMAIL PROTECTED] Ave, I have a File Manager application in place for over 2 years now. Everything¹s been working groovy! Until yesterday. Yesterday we purchased and installed an SSL Certificate. And no