freecrm
New Member
- Messages
- 629
- Reaction score
- 0
- Points
- 0
My Site is a customer relationship management system, fully written from scratch.
Within it is a function to import existing contact details (.csv file) into the DB. However, this relies on the file_get_contents from a URL, which means that a user has to have their .csv uploaded to a server.... which many won't have a clue how to do.
What I would prefer is for them to just upload a file from their system and then the code loads the data from that temporary file.
I know this is probably possible but don't have clue where to start.
Any assistance is appreciated.
Within it is a function to import existing contact details (.csv file) into the DB. However, this relies on the file_get_contents from a URL, which means that a user has to have their .csv uploaded to a server.... which many won't have a clue how to do.
What I would prefer is for them to just upload a file from their system and then the code loads the data from that temporary file.
I know this is probably possible but don't have clue where to start.
Any assistance is appreciated.