Hello, I need help for my project
I would like to read a CSV file in my joomla site, the idea is to load the file and then read it.
At the time I created a form for uploading files and I used the file upload element
In Action I used CoreAction -> Uploading files in the section on submit
So far everything is ok, loads the file and copies it to the specified folder
Now I would need to retrieve the path to read the file, but I can not
I used print_r2 ($ form-> data ['_PLUGINS_'] ['upload_files']), and printed me the correct path.
sorry for the dumb question but I can not solve it alone
I would like to read a CSV file in my joomla site, the idea is to load the file and then read it.
At the time I created a form for uploading files and I used the file upload element
In Action I used CoreAction -> Uploading files in the section on submit
So far everything is ok, loads the file and copies it to the specified folder
Now I would need to retrieve the path to read the file, but I can not
I used print_r2 ($ form-> data ['_PLUGINS_'] ['upload_files']), and printed me the correct path.
sorry for the dumb question but I can not solve it alone
ok anyone help me?
I have to set a variable with the path for the file, but do not know how to do
Help me, please
I have to set a variable with the path for the file, but do not know how to do
Help me, please
This topic is locked and no more replies can be posted.