hi everyone
i have question : i have a pdf document in my C:/ , i want to display it in the crm form.
when i put url in src attribut , it works but when i put the phisical path the pdf docmuent was not dispayed in the body form.
this is the webressource called from Iframe:
<html><head><meta><meta><meta><meta><meta><meta><meta><meta><meta></head><body style="word-wrap: break-word;">
<form enctype="multipart/form-data" name="mon_form" method="post" action="upload">
<input type="file" name="upload_fichier">
</form>
<iframe src="research.google.com/.../44678.pdf" width="800" align="middle" height="600"></iframe> ( OK)
// <iframe src="C:\file\test.pdf" width="800" align="middle" height="600"></iframe> ( KO)
</body></html>
thank you in advance.
Regards
*This post is locked for comments