Upload on https

Upload on https

am 29.11.2007 14:16:07 von Pankaj

Hi,

I am trying to upload some files on a secure connection. The code
works perfectly when executed on http but errors out on https. I am
using move_uploaded_files to transfer the files. The directory to
which I am uploading is on http (contains images).

TIA
Pankaj

Re: Upload on https

am 29.11.2007 18:57:57 von Shion

Pankaj wrote:

> I am trying to upload some files on a secure connection. The code
> works perfectly when executed on http but errors out on https. I am
> using move_uploaded_files to transfer the files. The directory to
> which I am uploading is on http (contains images).

Without seeing the code it's impossible to tell what goes wrong.
There is really no code difference in using an upload script over https, just
check that you really are trying to send it over https so it's not sent over
http where the scipt may not be.

--

//Aho

Re: Upload on https

am 30.11.2007 08:58:48 von Pankaj

On Nov 29, 10:57 pm, "J.O. Aho" wrote:

> Without seeing the code it's impossible to tell what goes wrong.
> There is really no code difference in using an upload script over https, just
> check that you really are trying to send it over https so it's not sent over
> http where the scipt may not be.
>
> --
>
> //Aho

Its a permission issue with Apache. Got that fixed.

Re: Upload on https

am 24.01.2008 08:27:57 von peteklein23

On Nov 30 2007, 1:58 am, Pankaj wrote:
> On Nov 29, 10:57 pm, "J.O. Aho" wrote:
>
> > Without seeing the code it's impossible to tell what goes wrong.
> > There is really no code difference in using an upload script over https, just
> > check that you really are trying to send it over https so it's not sent over
> > http where the scipt may not be.
>
> > --
>
> > //Aho
>
> Its a permission issue with Apache. Got that fixed.

I am having the same issue on a shopping cart I designed. How did you
get it fixed? What permissions got changed?