1
Hi I need some direction as to how to approach retrieving and displaying user specific data. Here’s the Idea. I have a device that will need to upload a file to a location some where on my site. There needs to be a different file for each user. When the user logs in, the information in that users file only, needs to be displayed in a number of text boxes, every users information is different.
1) I need to know how to and where to direct the device to up load the data. I guess the idea would be to create a space on the database to hold files or data for each individual user. If this is correct how do you add database columns that are accessed on a per-user basis.
2) How to go about setting up the retrieve and post to that
database location.