AzNxRaVeR
8-26-06, 08:21 PM
When posting in my Invision Board forum, I can select a file to attach to the post. When I click the "Attach This Attachment" button, the progress bar moves but when it's done, the file does not get attached...
I think I set my PHP.INI file right. Here's the settings I changed:
; Maximum size of POST data that PHP will accept.
post_max_size = 50M
; Whether to allow HTTP file uploads.
file_uploads = On
; Temporary directory for HTTP uploaded files (will use system default if not
; specified).
upload_tmp_dir = /tmp
; Maximum allowed size for uploaded files.
upload_max_filesize = 50M
I can't figure out why the files aren't being attached. Do I need something in my .htaccess file? I haven't made that file yet...
I think I set my PHP.INI file right. Here's the settings I changed:
; Maximum size of POST data that PHP will accept.
post_max_size = 50M
; Whether to allow HTTP file uploads.
file_uploads = On
; Temporary directory for HTTP uploaded files (will use system default if not
; specified).
upload_tmp_dir = /tmp
; Maximum allowed size for uploaded files.
upload_max_filesize = 50M
I can't figure out why the files aren't being attached. Do I need something in my .htaccess file? I haven't made that file yet...