Advertisement
Beee

rename uploaded filenames

Dec 10th, 2015
192
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.38 KB | None | 0 0
  1. <?php
  2. new GW_Rename_Uploaded_Files( array(
  3.     'form_id' => 4,
  4.     'field_id' => 5,
  5.     'template' => '{Name (Voornaam):1.3}-{Name (Achternaam):1.6}-resume-{Vacature ID:8}-{filename}'
  6. ) );
  7.  
  8. new GW_Rename_Uploaded_Files( array(
  9.     'form_id' => 4,
  10.     'field_id' => 6,
  11.     'template' => '{Name (Voornaam):1.3}-{Name (Achternaam):1.6}-motivation-{Vacature ID:8}-{filename}'
  12. ) );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement