show PDF Resume field

Questionsshow PDF Resume field
James T DiGiovanni asked 4 years ago

I have a mysql table, students. One of the fields is a blob field that contains a PDF of their resume.
Will gridphp be able to show the resume field in the table? I deally, I want the user to click on a record and have the pdf open.

2 Answers
Jim answered 4 years ago

Just to be clear, I do not want to upload files via gridphp. The pdf files are already in the MySQL db and I want to display them in a grid. Show as a link and have them open it.

Abu answered 4 years ago

Hello,

Apologies for the late reply.

Yes, both things are doable.

You can display link that will open / download blob,
and upload blob in database as well.

Sample code:

https://gridphp.com/demo/demos/editing/file-upload-blob.phps

Your Answer

12 + 11 =

Login with your Social Id:

OR, enter

Attach code here and paste link in question.
Attach screenshot here and paste link in question.



How useful was this discussion?

Click on a star to rate it!

Average rating 0 / 5. Vote count: 0

No votes so far! Be the first to rate it.

We are sorry that this post was not useful for you!

Let us improve this post!

Tell us how we can improve this post?