I'm using CF7 to capture user input and for them to upload an image file. I want to display the image file on the screen once its uploaded and before the submit button is pressed.
I can see on the screen the file name, and if I jQuery the input value it says c:\fakepath\[filename]
.
My jQuery is:
var x = jQuery('span.imageid1 input').val();
which produces c:\fakepath\[filename]
Is it possible to find the local path, as the image is not saved to the WPDB until the user hits submit.