linux - change maximum length of file upload in php -
i have form multiple image upload in php. hosting linux server. problem that, when upload more 5 images, file name size increase, because encrypting name of images,
by default server support 260 length file name only. need increase size of file path.
when googled, preferring changing php.ini file.
i can't edit php.ini file because using shared server. need change via base php code.
can in way?
Comments
Post a Comment