Title: redonis's Replies | WordPress.org

---

# redonis

  [  ](https://wordpress.org/support/users/redonis/)

 *   [Profile](https://wordpress.org/support/users/redonis/)
 *   [Topics Started](https://wordpress.org/support/users/redonis/topics/)
 *   [Replies Created](https://wordpress.org/support/users/redonis/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/redonis/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/redonis/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/redonis/engagements/)
 *   [Favorites](https://wordpress.org/support/users/redonis/favorites/)

 Search replies:

## Forum Replies Created

Viewing 1 replies (of 1 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Iptanus File Upload] Redirect after upload – File unique ID in url as a query string](https://wordpress.org/support/topic/redirect-after-upload-file-id-in-url-as-query-string/)
 *  Thread Starter [redonis](https://wordpress.org/support/users/redonis/)
 * (@redonis)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/redirect-after-upload-file-id-in-url-as-query-string/#post-5958428)
 * Hi Nickolas!
 * That would be great!
 * What i’d need is to pass the path (or name or uniqueID) of the uploaded file 
   to a specific page (CalculationPage), that will then apply a script to that file
   and calculate and show its cost.
 * Right now i’m doing this:
 * 1- I activated “Redirect after upload” in WPU settings, with this value:
    [http://www.my-site.com/CalculationPage/?myvar=%filename%](http://www.my-site.com/CalculationPage/?myvar=%filename%)
 * 2- When the upload is done and successfully redirected, some php code on the 
   landing page “CalculationPage” reads the name of the file in the URL query variable(
   myvar=%filename%) , search for it in the default upload folder, and then does
   what it should (calculate its volume and dimensions and outputs a price).
 * Is there a better way in your opinion to do so?
 * Thank you!

Viewing 1 replies (of 1 total)