• Is there some sort of hook to enable getting the name of the file as it was saved in the uploads directory as well any other field values that were input in the form and use them in a redirect to a new URL after the upload completes?

Viewing 1 replies (of 1 total)
  • Thread Starter dayjohn

    (@dayjohn)

    I realized that this is available in function wpf_dev_process_entry_save. I had assumed that would have the original filename as specified by the user in the file upload field. So now my question, is there a way to get the original filename as provided by the user. I see it is the tail end of the file saved in the upload directory, but I’m not sure what the algorithm is to create the unique name to be able to reliably remove that prefix? Looks like a uuid – and then a number.

Viewing 1 replies (of 1 total)

You must be logged in to reply to this topic.