Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
FileUpload don't show files except images during post composition
strafer
New
Sorry for my bad english.
When i'am composing post and trying to upload file (all except images) i can't see icon of it after uploading. If i publish post i can see icon of file - so file was uploaded in sober fact.
If i'am trying to upload image i get image thumbnail right now, before post publishing. So there isn't problem with images, only with other file types.
I use vanilla 2.0.18.4, FileUpload 1.5.2
0
Comments
Just pushing this a bit, because I haven't found an answer in other posts.
We have the same problem on VF Version 2.0.18.8, FU 1.52
When I upload a file, it is stored, but the Thumb for other files could not be displayed.
I think because of the url to the file
<div class="FilePreview"><img src="/index.php?p=/plugins/FileUpload/images/file.png"></div>
For this I get an 404,
but if I change it with the debugger to
<div class="FilePreview"><img src="/plugins/FileUpload/images/file.png"></div>
everything works fine.
If the post is saved the thumb is displayed correctly as of a different url
This behavior leads to another problem we have. In Firefox, the broken image thumb is not shown (as it is in Chrome, IE, eg) so the users will not know if the upload was done
Does anyone have the same problem?
I'm also having the same issue with VF 2.0.18.8 and FU 1.52. I'm doing some digging around so I'll come back if I find a solution.
i recall that i had to modify this plugin to fix the issue you are referring to. i posted my mods in a discussion. it's probably a little less than 2 years old, use the search to find it, it's out there.
Vanilla Wiki, Tastes Great! 31,000 viewers can't be wrong. || Plugin Development Explained
Here's the post @hbf is referring to: http://vanillaforums.org/discussion/18471/files-upload-but-no-thumbnails-are-generated
the search zen is strong with this one
Vanilla Wiki, Tastes Great! 31,000 viewers can't be wrong. || Plugin Development Explained