Hi J,
Can you please demonstrate with an example?
Suppose I have stored an excel on D drive, everyday at 4:00 pm, I want o upload it's contetns to database.
Thanks and Regards,
Suraj Borade
Can you please demonstrate with an example?
Suppose I have stored an excel on D drive, everyday at 4:00 pm, I want o upload it's contetns to database.
Thanks and Regards,
Suraj Borade
There's nothing you can do to automatically get a file from a user's hard drive. They need to manually upload it. Sounds like you need some automation on the user's computer (macros? Windows Scheduled Tasks?) to push the file (to a REST Service, FTP site, etc.) on a schedule.
J.Ja