Hello,
I am new to wix, and I’ve seen that people can register and log in on the my web site.
I wonder if it’s possible to send photos and pdf files directly to customers profile on that web site?
Or they don’t have a dedicated page/profile for that?
Thanks!
Without having a concrete idea of how to generste i, right now, i can tell you that this is for sure possible to generate, even if wix do not provide such functionality out of the box.
There are many ways of how to achieve this, now running trough my mind.
Example-setup:
-
Installing wix-members.-area → this will give the possibility of user’s perso personal management-functionality.
-
Deciding where to store the data → Wix-extern or Wix-intern.
a) extern: Using an extern STORAGE-PROVIDER for extern data-storage.
b) intern: Using wix-storrage.
-
Generating a database on Wix, to manage all users, their permissions and all their data.
-
Setting up an upload-system for intern or extern uploads.
-
And of course generate a LOGIN-PAGE / LOGIN-SYSTEM which can handle all that functions.