File Attachments for WAMP server[solved]

Helpdesk for my helpdesk software

Moderator: mkoch227

Post Reply
dr_patso
Posts: 192
Joined: Tue May 15, 2012 3:23 am

File Attachments for WAMP server[solved]

Post by dr_patso »

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.
Last edited by dr_patso on Fri Jul 06, 2012 11:30 pm, edited 2 times in total.
dr_patso
Posts: 192
Joined: Tue May 15, 2012 3:23 am

Re: File Attachments

Post by dr_patso »

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?
Klemen
Site Admin
Posts: 10145
Joined: Fri Feb 11, 2005 4:04 pm

Re: File Attachments

Post by Klemen »

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 Image

Image 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
dr_patso
Posts: 192
Joined: Tue May 15, 2012 3:23 am

Re: File Attachments

Post by dr_patso »

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.
Post Reply