We have folder outside of our WAMP server that we need to access the stored images/photos on local "C:\ourjobs\photos" within PHP code. I know this is a security concern for browsers but is there a work around for this problem?
The links appears to work fine but access to the local drive is restricted..
Any ideas or suggestions are welcome.
<td colspan="2" rowspan="8"><IMG SRC="<?php echo $data['JOB_PHOTO1'];?> WIDTH=32 HEIGHT=32>"</td>
<td colspan="3" rowspan="8"><IMG SRC="<?php echo $data['JOB_PHOTO2'];?>WIDTH=32 HEIGHT=32>"</td>