Is there some trick to getting the attachment feature to work on a Win2K server? Neither the link or the file is being displayed on the post.
Announcement
Collapse
No announcement yet.
Attachment feature not working
Collapse
X
-
It's currently set as follows and the directory is valid.
;;;;;;;;;;;;;;;;
; File Uploads ;
;;;;;;;;;;;;;;;;
file_uploads = On ; Whether to allow HTTP file uploads
upload_tmp_dir = C:\PHP\uploadtemp ; temporary directory for HTTP uploaded files (will use system default if not specified)
upload_max_filesize = 2M ; Maximum allowed size for uploaded files
I don't get an error or anything but the attachment does not display. There is the little paperclip icon on the thread list but that's it.
Will changing the directory make a difference?Regards - John
Customer info in profile
Comment
-
I made that change and it is still not working.
Here is the forum http://www.reefcentral.com/vb2test/
Username guest
Password guestRegards - John
Customer info in profile
Comment
-
Have exactly the same problem
I have exactly the same problem? I see attachment icon on overview yet no file or link for images
Win NT, version 2.0.0 final
Tried many variation in php.ini (also safe_mode on and off)
Note: avatars don't work either (same upload procedure I guess)
Very interested in solutionDavid
Comment
-
in functions.php
find
Code:function acceptupload($moderate=0) {
Code:global $attachextensions,$maxattachsize,$bbuserinfo,$maxattachwidth, $maxattachheight; global $safeupload,$tmppath, $allowduplicates; $attachment_name = strtolower($attachment_name); $extension=getextension($attachment_name); $attachment=str_replace("C:WINDOWSTEMP","C:\\WINDOWS\\TEMP\\",$attachment); if (strpos(" $attachextensions "," $extension ")==0) { // invalid extension eval("standarderror(\"".gettemplate("error_attachbadtype")."\");"); exit; }
Comment
-
hi there!
i'm having the same problem
.. but in my case - not even the icon is showing up. it does upload the file and it says that there is an attachment - but no icon
- Yes, it's the final release
- No, it's not a w2k server -> w98
take a look here http://demo8.essernet.de/vbbforum/index.php
i tried editing the functions.php and tried uploading a .txt and .gif .. but no - not working
can someone help me out please ?
thanks in advance
dicsco stew
B,S&T
btw: i uploaded phptest.php .. this could help huh ?
phptest.phpLast edited by disco stew; Sat 2 Jun '01, 9:21am.
Comment
Related Topics
Collapse
-
by McWebmasterThis is not a major problem for me, just a bug report to be addressed at some point. Whenever someone upload an attachment using the paperclip icon, the stated size of the attachment is 10X as large as...
-
Channel: vB Cloud Support & Troubleshooting.
Wed 19 Nov '14, 11:22pm -
-
by [GReY]Hello,
are post attachments limited to only images at this time?
I was curious when the ability to upload any file as an attachment will be implemented.
Also,
I tried adding...-
Channel: Support Issues & Questions
Thu 23 May '13, 9:25am -
Comment