Hello,
I am facing an issue while I upload, encrypt(256 bit AES encryption) and store in MySQL database using a PHP longblob
I have below setting in php.ini file
max_execution_time: 30
max_file_uploads: 100
max_input_nesting_level: 64
max_input_time: 60
max_input_vars: 1000
And MySQL max_allowed_packet and max_long_data_size to 100 MB.
But when I upload file bigger than 1Mb I am getting an issue. I am looking for a solution and if any one of you can help will be great.
Thank you,