i need insert a field for file upload (in admincp custom page)
so, what code do i use (let it show browser button)
it upload into database as blob stype
i already tried print_input_row but it's missing a browser button (unable to load file from computer)
any help or suggestion will be appreciated
Sincerely,
Never mind, i found it from images.php
it uses the code as
Code:
print_upload_row("upload file", 'images');
hope someone needed .... but that for the template in admincp page .... about coding for file upload that it's up to you or you own your way

)