Hai every body,
I am working on IELTS project.In that from admin side we are uploading
pdf files.But how can i down load those pdf files from front end.In my
system i am having adobe 7.0 version it is working in my system.But
those who are having version 5 or 6 they are not able to see the pdf
file.
This is the code for viewing pdf files.
<object classid="clsid: CA8A9780-280D-11CF-A24D-444553540000" width=450
height=601 align="absmiddl e"<param name="SRC" value="../<?=
$rows['quespdf_path']?>">
<embed src="../<?=$rows['quespdf_path']?>" width=500 height=601
align="absmiddl e"<NOEMBEDYo ur browser does not support embedded
PDF files. </NOEMBED</embed>
</object>
The above piece of code is working in my system.But it is not working
in systems which are having
lower versions like adobe 5 or 6.
Please do need ful
Thanking you
I am working on IELTS project.In that from admin side we are uploading
pdf files.But how can i down load those pdf files from front end.In my
system i am having adobe 7.0 version it is working in my system.But
those who are having version 5 or 6 they are not able to see the pdf
file.
This is the code for viewing pdf files.
<object classid="clsid: CA8A9780-280D-11CF-A24D-444553540000" width=450
height=601 align="absmiddl e"<param name="SRC" value="../<?=
$rows['quespdf_path']?>">
<embed src="../<?=$rows['quespdf_path']?>" width=500 height=601
align="absmiddl e"<NOEMBEDYo ur browser does not support embedded
PDF files. </NOEMBED</embed>
</object>
The above piece of code is working in my system.But it is not working
in systems which are having
lower versions like adobe 5 or 6.
Please do need ful
Thanking you
Comment