Get input value after form submit
-
I have added the shortcode in a custom form.
After user upload the file and then press Submit on my form, i cannot get the filename of uploaded file.I see at print_r($_POST) only:
[uploadedfile_1] => demo-profile-image.pngAnd in the uploads/ folder i have the image with timestamp name
demo-profile-image-20170328170127.pngHow can i get the filename value after press submit?
thanks
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Get input value after form submit’ is closed to new replies.