I have an app which finally creates pdf from img using js. PDF data is inserted in hidden input. Next I send pdf to email address.
I have a problem with sending hidden input with pdf data via post.
While using free server it all works fine but on destination server hidden field is not received. Hidden field with just text works fine.
I checked max file upload data (62M).
HTML code:
JS code:
PHP code: