pickup subdir from table and put into upload_subdir [message #1363] |
Fri, 06 June 2008 03:58 |
Jovan
Messages: 24 Registered: February 2008 Location: Serbia
|
Junior Member |
|
|
Hi Tony,
I have in my user table column upload_path, and I have a problem to read this in _cm_initialiseFileUpload function, and put in $this->upload_subdir field.
This is the sequence:
1. LIST1 of my custom table
2. Than select first row, and press read button
3. After that I press Upload button inside Read option
My demand is to pickup value of selected column upload_path and put in $this->upload_subdir inside _cm_initialiseFileUpload function.
I sow that Upload don't work with select option, but how to simulate it ?
Everything is o.k. when I put string in $this->upload_subdir.
I tried, and could not find solution.
Jovan
|
|
|