• 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 upload value not present in $_POST['form']

file upload value not present in $_POST['form'] 13 years 11 months ago #10612

Hello
I'm trying to make a multi-page form, and i need to catch the parameters of form1 and pass them to form2, through a script using the header( location : ...) statement and the $_POST, and tried it in both scripts 'in process' and 'after'.
form1 contains many text fields and drop down components, and a file upload component
i can get all the fields of the form through $_POST, except the value of the upload field component, i used the following PHP code to print all the values present on the $_POST
foreach($_POST['form'] as $component=>$value){
if(is_array($value)) $value = implode(',',$value);
$str.=$component.'='.$value. '&';
}

and then i printed $str, and i get all the fields names and values, except the upoad file component, and the file uploads fine to the uploads folder, so the component is working

Any body knows how to get this to work
The administrator has disabled public write access.

Re:file upload value not present in $_POST['form'] 13 years 11 months ago #10622

No body ?????
The administrator has disabled public write access.

Re:file upload value not present in $_POST['form'] 13 years 5 months ago #11994

  • renekreijveld
  • renekreijveld's Avatar
  • OFFLINE
  • Junior Boarder
  • Posts: 24
  • Thank you received: 7
Hi there,

Did you find a solution for this yet? I too need to know how to access the data for the file upload fields...
René Kreijveld, Joomla! specialist
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!