Hi
I just want to build a little form with an upload field.
The path with the Dwonloadlink should be written in the DB.
I tried to do it like described here:
http://www.chronoengine.com/faqs/53-cfv4/cfv4-file-uploads/2681-how-can-i-link-to-an-uploaded-file.html
But insteaed of "$form->files => array" i got some other Code
Tahnk you
I just want to build a little form with an upload field.
The path with the Dwonloadlink should be written in the DB.
I tried to do it like described here:
http://www.chronoengine.com/faqs/53-cfv4/cfv4-file-uploads/2681-how-can-i-link-to-an-uploaded-file.html
But insteaed of "$form->files => array" i got some other Code
Array
(
[pdf_inserat] => Array
(
[name] => 20160309075615_hexdata1.1.0.pdf
[original_name] => hexdata1.1.0.pdf
[path] => M:\xamppserver\xampp_17_ifma\htdocs\17_02_ifma\components\com_chronoforms5\chronoforms\uploads\meldeform_intern_02_stellenboerse\20160309075615_hexdata1.1.0.pdf
[size] => 843065
[link] => http://localhost/17_02_ifma/components/com_chronoforms5/chronoforms/uploads/meldeform_intern_02_stellenboerse/20160309075615_hexdata1.1.0.pdf
)
)
Tahnk you