Hello,
I have grid with upload file. With the same code if use mysql is no prblem. But if use oracle the upload function not success.
May have advise for me?
Regards, Samsun.
2 Answers
It only stores filename in database tables that is plain string (no upload process in it)
Upload process is same irrespective of any database and it is done on PHP side.
Please confirm if there is some JS error in debug console F12.
Send screenshot if any.
Your Answer