On my site, I read some user information from an Excel file uploaded by user. Within these information for each row there is an image address which is the image file address on users local machine.
I need to upload those images when saving user information, Is there any way to implement it in PHP? would you please come up with some links or sample codes?

