Title: revok's Replies | WordPress.org

---

# revok

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

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

 Search replies:

## Forum Replies Created

Viewing 9 replies - 1 through 9 (of 9 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Plugin: WordPress Form Manager] FILE LINKS](https://wordpress.org/support/topic/plugin-wordpress-form-manager-file-links/)
 *  Thread Starter [revok](https://wordpress.org/support/users/revok/)
 * (@revok)
 * [14 years, 6 months ago](https://wordpress.org/support/topic/plugin-wordpress-form-manager-file-links/#post-2380397)
 * I solved changing in “fm-form-default.php” the “case: File” line like this
 *     ```
       <?php break;
       		case 'file':?>
       			<li<?php if(fm_summary_the_nickname() != "") echo " id=\"fm-item-".fm_summary_the_nickname()."\"";?>><?php echo "File: "; echo fm_summary_the_value();?></li>
       ```
   
 * btw thanks again for this great plugin!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Plugin: WordPress Form Manager] FILE LINKS](https://wordpress.org/support/topic/plugin-wordpress-form-manager-file-links/)
 *  Thread Starter [revok](https://wordpress.org/support/users/revok/)
 * (@revok)
 * [14 years, 6 months ago](https://wordpress.org/support/topic/plugin-wordpress-form-manager-file-links/#post-2380159)
 * more info about the problem;
    the form I was talking about has a “menu list” 
   to pick from, but also the file upload.
 * Now, if I upload a file, and submint, instead of having:
    FILE UPLOAD: fileurl.
   txt I’m having FILE UPLOAD: (the text I selected on the menu list)
 * I just tried to delete the Menu List field, and now I have:
    File Upload: a:4:{
   s:8:”filename”;s:29:”dgsdg (11-03-11-12-47-21).txt”;s:8:”contents”;s:0:””;s:10:”
   upload_dir”;b:1;s:4:”size”
 * while the correct link (the workin one inside the Submitted Data table) is:
    
   siteurl/uploads/articles/dgsdg%20(11-03-11-12-47-21).txt
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Form Manager] [Plugin: WordPress Form Manager] 0 kb attachment bug](https://wordpress.org/support/topic/0-kb-attachment-bug/)
 *  Thread Starter [revok](https://wordpress.org/support/users/revok/)
 * (@revok)
 * [14 years, 11 months ago](https://wordpress.org/support/topic/0-kb-attachment-bug/#post-2116794)
 * perfect, now it’s working, thank you so much!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Form Manager] [Plugin: WordPress Form Manager] 0 kb attachment bug](https://wordpress.org/support/topic/0-kb-attachment-bug/)
 *  Thread Starter [revok](https://wordpress.org/support/users/revok/)
 * (@revok)
 * [14 years, 11 months ago](https://wordpress.org/support/topic/0-kb-attachment-bug/#post-2116791)
 * wow that was fast, thanks man!
    I was trying it, but there’s a thing I don’t 
   understand, let’s say that I want to save the files into this folder “[http://localhost/wordpress/wp-content/themes/files/&#8221](http://localhost/wordpress/wp-content/themes/files/&#8221);
   and I put this in Upload URL field, and all is ok, I get redirected there, but
   I don’t understand what should I put in UploadDirectory? I need an example of
   the path I should put there, cause right now it’s not saving, and so I get “file
   not found”. Lemme know and thanks!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Form Manager] [Plugin: WordPress Form Manager] 0 kb attachment bug](https://wordpress.org/support/topic/0-kb-attachment-bug/)
 *  Thread Starter [revok](https://wordpress.org/support/users/revok/)
 * (@revok)
 * [14 years, 11 months ago](https://wordpress.org/support/topic/0-kb-attachment-bug/#post-2116781)
 * the only problem I noticed is when I tried to update the plugin, first of all
   said that I didn’t have the original files anymore, so it somehow self-uninstalled
   from wp installation, then I installed over it the new one, and had the multiple
   email problems, and then, I did a reset of the template and all went to normal..
   dunno maybe some files got corrupted in the process.
 * Anyway, I remind you the other two questions
 * 1) would be possible to find a way to make that attachment downloadable/click-
   able from the email/post?
 * 2) would be very handy to be able to post in a page/post, for registered users,
   the same view (maybe without IP), the table view you have in “Edit Form-> Data”,
   and then making the title click-able, so that would sends you to the posted version
   that has been created already for each send. (I think would be handy put the 
   link of the table into an iframe inside a page so that it will be automatically
   updated when somebody send something, just an idea btw )
 * the 1st is the most important btw, cause it’s pointless to have in email/post
   a strin saying “filename.jpg” but you can’t click it to retrieve it, and for 
   that you can just go to the admin dashboard and click on the DATA to retrive 
   the uploaded file.
 * apart from that, thanks very very much for your fast replies, I’m using your 
   plugin for a website project I’m doing for a thesis, so it’r really important
   your help 🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Form Manager] [Plugin: WordPress Form Manager] 0 kb attachment bug](https://wordpress.org/support/topic/0-kb-attachment-bug/)
 *  Thread Starter [revok](https://wordpress.org/support/users/revok/)
 * (@revok)
 * [14 years, 11 months ago](https://wordpress.org/support/topic/0-kb-attachment-bug/#post-2116757)
 * after I pressed Reset Templates everything is back to normal, I mean, now I send
   1 email/post at time, so was my config problem. sorry
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Form Manager] [Plugin: WordPress Form Manager] 0 kb attachment bug](https://wordpress.org/support/topic/0-kb-attachment-bug/)
 *  Thread Starter [revok](https://wordpress.org/support/users/revok/)
 * (@revok)
 * [14 years, 11 months ago](https://wordpress.org/support/topic/0-kb-attachment-bug/#post-2116753)
 * edit: it still sends the form multiple times, first try, 6 times, next try, 11
   times,third try 11 times.. (so 11 emails + 11 posts +11 fields in the Data table)
   have you checked that?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Form Manager] [Plugin: WordPress Form Manager] 0 kb attachment bug](https://wordpress.org/support/topic/0-kb-attachment-bug/)
 *  Thread Starter [revok](https://wordpress.org/support/users/revok/)
 * (@revok)
 * [14 years, 11 months ago](https://wordpress.org/support/topic/0-kb-attachment-bug/#post-2116752)
 * for the 2) I think would be handy put the link of the table into an iframe inside
   a page so that it will be automatically updated when somebody send something,
   just an idea btw
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Form Manager] [Plugin: WordPress Form Manager] 0 kb attachment bug](https://wordpress.org/support/topic/0-kb-attachment-bug/)
 *  Thread Starter [revok](https://wordpress.org/support/users/revok/)
 * (@revok)
 * [14 years, 11 months ago](https://wordpress.org/support/topic/0-kb-attachment-bug/#post-2116751)
 * Thanks for the fix! now the name of the attachment works (even if I don’t understand
   why now the form send the mail 6 times, but maybe there’s a problem in my settings)
 * I was wondering:
 * 1) would be possible to find a way to make that attachment downloadable/click-
   able from the email/post?
 * 2) would be very handy to be able to post in a page/post, for registered users,
   the same view (maybe without IP), the table view you have in “Edit Form-> Data”,
   and then making the title click-able, so that would sends you to the posted version
   that has been created already for each send.

Viewing 9 replies - 1 through 9 (of 9 total)