• 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!

TOPIC: $_FILE array usage

$_FILE array usage 4 months 5 days ago #43785

hi,
can somebody tell me why this does not work ? (I put it in the script called before form is validated)
$imageCarreePath = $_FILES['form']['full_path']['image_carree'];
question: is there a section for after form validated ?
thanks for help
Last Edit: 4 months 5 days ago by christian.verwaerde. Reason: forget the code tag, sorry for that
The administrator has disabled public write access.

$_FILE array usage 4 months 3 days ago #43788

  • iceferret
  • iceferret's Avatar
  • OFFLINE
  • Gold Boarder
  • Posts: 245
  • Thank you received: 64
Might be because the file is stored in a temporary folder on the server to start with, try
$imageCarreePath = $_FILES['form']['tmp_name']['image_carree'];
If you can keep your head when all about you are losing theirs, then you obviously don't understand the situation!
The administrator has disabled public write access.
  • 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!