At server end nothing any thing printing in logs file. This issue is getting while selecting the file. This issue is getting on those PDF file. for e.g. I have multiple images and this all images adding create single pdf. and try to upload we getting this issue.
Then you can be confident it’s not a browser issue, at least. I can think of three options:
something on the network level, such as a firewall, is blocking the request (although http 500 would be a weird error code to return)
something on the server, but not in your application code, is not handling the request correctly and failing but not logging anything. Could be a security configuration or something like that.
something in your application code on the server that’s handling the upload is failing, but in a way that’s not logging anything