1. Jesse Busker
  2. PowerServer
  3. Wednesday, 8 December 2021 02:40 AM UTC

In my current client app I am using the Display as Picture to display a roster of a list of people including their photo.  As I am starting to see a need for moving to a PowerServer endpoint I am wondering if there is a good way to display these types of photos.  Similar example would be a tree view of each class at a school grouped by teacher.  Expand the group and all the students show up.  Currently the database holds the beginning of the network folder path and using the person's id to create the rest in a computed column.

When the app is used outside of the network, resources those images aren't accessible.  Datawindows can't show web URLs, and copying the hundreds to thousands of images locally isn't conducive either.  Can you map a drive letter to an FTP folder or something?  Would saving the images as a blob and converting the hundreds per retrieve be viable?  How would this be accomplished if hosting the app and database in Azure even as a client/server approach?

mike S Accepted Answer Pending Moderation
  1. Wednesday, 8 December 2021 14:03 PM UTC
  2. PowerServer
  3. # 1

we use the azure blob storage rest service.  it is faster, cheaper, and more secure than storing the images in a database or as a file share.  There are no size limitations.

 

Comment
There are no comments made yet.
Miguel Leeuwe Accepted Answer Pending Moderation
  1. Wednesday, 8 December 2021 11:56 AM UTC
  2. PowerServer
  3. # 2

Hi,

Not an expert, but:

- I think you could map a drive using SSL

- The blob solution seems okay, as long as the images are not too big. You could use an inkpicture control on the datawindow to show the picture in that case.

- Azure should have some File sharing possibilities too.

Hopefully someone with more insight can help you further,

regards.

Comment
There are no comments made yet.
  • Page :
  • 1


There are no replies made for this question yet.
However, you are not allowed to reply to this question.