auto add text to image name
Eudemon
Joined: 2011-06-12
Posts: 6 |
![]() |
can someone assist me how to do this when an image is uploaded by a user, it will be named by the same file name or at least tell me which file to look for thanks |
|
stevep11
Joined: 2011-12-15
Posts: 1 |
![]() |
I have been having the same problem, and I haven't been able to find an answer. Have you found anything in another forum or blog? |
|
suprsidr
![]()
Joined: 2005-04-17
Posts: 8339 |
![]() |
modules/itemadd look to function addItem if you use a different method like uploadify look for its itemAdd file -s |
|
Eudemon
Joined: 2011-06-12
Posts: 6 |
![]() |
sorry for the delay could't find those exact lines in itemaddfromweb $title = (isset($form['set']['title']) && $form['set']['title']) ? $base : ''; and these code if ($getFileName) { the arrow is just indicate where i made the change tested, nothing changed |
|