Previously Uploaded File

Issue #1 resolved
Former user created an issue

Hey, I am using your plugin-update. Thank you for your efforts!

You mention on Overview:

"This update adds a very basic, not very graceful, but working link to a previously uploaded file when editing a post with file upload. It is based on $field[inputType] = 'fileupload'. It also keeps the file from being removed from the field on save when nothing new was added."

The image/ thubnail-upload works fine but the imge-field is always empty afterwards. So one can't delete an uploaded image within the post-update-form.

Moreover submitting the form I always get the following (WP_DEBUG is set to false) Warning: call_user_func_array() expects parameter 1 to be a valid callback, class 'GFUpdatePost' does not have a method 'gform_after_submission' in C:\xampp\htdocs\wp-includes\plugin.php on line 406 (site on localhost)

Maybe that's the reason why the image does not show up on the form after uploading?

Comments (3)

  1. Jacob Snyder repo owner

    I need to take a look at this. I know that the functionality around this was pretty basic.

  2. Log in to comment