Hosting company: WAMP server
URL of phpinfo.php:
URL of session_test.php:
What terms did you try when SEARCHING for a solution: file attachment
Write your message below:
Hello,
I discovered a problem with file attachments today on my hesk installation on a WAMP server. Tried the suggested things
It's not the path, I have that set correctly C:/wamp/www also I can upload most files just fine and the attachments folder is filling up. I even did the path.php just incase and I know I ahve it set right.
It's not a permissions thing either, as I can upload other files just fine. "Everyone" has full permissions to the attachments folder...
I don't know I'm completely lost as to what could be wrong.
1. I try and upload a support file extension and I get a path error
2. I can then try and upload another file, like a .pdf or .jpeg and it works fine.... I tried renaming the file a bunch of ways too.
File Attachments for WAMP server[solved]
Moderator: mkoch227
File Attachments for WAMP server[solved]
Last edited by dr_patso on Fri Jul 06, 2012 11:30 pm, edited 2 times in total.
Re: File Attachments
ah it's something to do with WAMP.... not hesk.. please disregard unless you have some insight on a php.ini setting that could be causing this or something of the like?
Re: File Attachments
You could be reaching limits set in your php.ini - check what your settings for upload_max_filesize and post_max_size are.
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here 
You should follow me on Twitter here
Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools


Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools
Re: File Attachments
thanks Klemen, that was it.
did a ctrl+f upload_max and found it was set to 2Mb, and the file i was trying to upload was like 2.5mb, now i can upload it.
did a ctrl+f upload_max and found it was set to 2Mb, and the file i was trying to upload was like 2.5mb, now i can upload it.