| File Uploading - Where's it go? [message #17205] |
Fri, 19 March 2004 13:32  |
|
|
|
Got a question....may be a dumb one and easily explainable but where do the attached files get deposited when they are uploaded? Do they get dropped into a folder somewhere? How do I access these files once they are uploaded...from an administrators point of view
|
|
|
|
|
|
| Re: File Uploading - Where's it go? [message #17207 is a reply to message #17206] |
Fri, 19 March 2004 13:45   |
|
|
I got that part of it..however, if I go and look inside that directory I only see the .htaccess file and no others. I looked at the entry into the database and it reflects the upload...but nothings in the directory....if I look on the thread where it was posted, it's there. So is there some magical words or a wand I can use to show these files in the directory?
Thanks
|
|
|
|
|
|
| Re: File Uploading - Where's it go? [message #17216 is a reply to message #17210] |
Fri, 19 March 2004 15:32   |
|
|
Okay....I'm not sure what the file unlocking is....I couldn't find it in the control panel; however, I looked around the forums and saw people talkinb about the datadump...so i tried it and received this error:
Warning: filesize(): Stat failed for C:/Inetpub/wwwroot/FUDforum/tmp/FUDforum_19_03_2004-08:28.fud.gz (errno=2 - No such file or directory) in C:\Inetpub\wwwroot\forum\adm\admdump.php on line 237
Backup file can be found at: C:/Inetpub/wwwroot/FUDforum/tmp/FUDforum_19_03_2004-08:28.fud.gz, it is occupying bytes
Oh...not sure if it matters but I'm using IIS
Thanks
|
|
|
|
|
|
| Re: File Uploading - Where's it go? [message #17219 is a reply to message #17218] |
Fri, 19 March 2004 16:49   |
|
|
Whoa....I don't have that option....I also noticed that I'm not able to retrieve my uploaded files. The link appears with the correct text; however, when I click it says...Nope...it doesn't exist. Perhaps I am missing something in the installation? Your expertise is very appreciated.
Oh...btw, this is an awesome forum utility...I looked at a couple before this one but none have held a candle to this one.
|
|
|
|
|
|
|
|
| Re: File Uploading - Where's it go? [message #17229 is a reply to message #17223] |
Fri, 19 March 2004 17:48  |
Ilia
 Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
add to buddy list ignore all messages by this user
|
|
File attachments should work in win32, if they do not work there is a bug either in the forum or a problem with your environment.
Check your PHP.ini and see if file uploads are allowed, also make sure that you have specified temporary directory in PHP.ini.
If both exists try writing a simple upload script as per example on php.net
|
|
|
|