falancas, thank you for explanation.
As I understood, you want to insert the image instead of the upload photos link in Welcome widget.
This link label is hardcoded that's why you can't change it via Admin Area. It will be custom code modification.
You need to make changes in /ow_system_plugins/base/components/welcome_widget.php file.
P.S. Remember all changes will be lost after updating the site.
Marco, as I mentioned photo upload page doesn't exist.
When you click upload photo link at Welcome widget it's calls the method which open upload photo form. You can find the path to this method in my answer above.
You can add the link to Photo list page for example:
http://yoursitename.com/photo/viewlist/latest
Or if you are familiar with the code
modification, you can develop such kind of functionality for your custom page.