Search found 5 matches

by scarabee
Tue Jul 18, 2006 4:38 am
Forum: PHP - Code
Topic: CGI Error on upload more than 16M
Replies: 6
Views: 1082

Done all the above

I have changed upload_max_filesize and max_post_size in php.ini, and some other settings. ....and get the same error still.


Scarabee!
by scarabee
Mon Jul 17, 2006 4:04 am
Forum: PHP - Code
Topic: CGI Error on upload more than 16M
Replies: 6
Views: 1082

The error is:

CGI Error

The specified CGI application misbehaved by not returning a complete set of HTTP headers.
by scarabee
Mon Jul 17, 2006 12:14 am
Forum: PHP - Code
Topic: CGI Error on upload more than 16M
Replies: 6
Views: 1082

CGI Error on upload more than 16M

Hi! I'm uploading photos to my image gallery. But when I try to upload more than 16 Mb of data, I get this error. Uploading less works fine. I have buildt this image gallery using PHP 5, running on a windows server 2003 with IIS. Have changed a lot of settings in the php.ini file, but to no help. Ca...
by scarabee
Sun Jun 25, 2006 5:47 am
Forum: PHP - Code
Topic: Problem uploading multiple music files
Replies: 1
Views: 417

Problem uploading multiple music files

Weirdan | Please use , and [syntax="..."] tags where appropriate when posting code. Your post has been edited to reflect how we'd like it posted. Please read: [url=http://forums.devnetwork.net/viewtopic.php?t=21171]Posting Code in the Forums[/url] to learn how to do it too.[/color] Hi! I ...
by scarabee
Sun Jun 18, 2006 3:51 am
Forum: PHP - Code
Topic: How to upload files from local directory?
Replies: 2
Views: 200

How to upload files from local directory?

I have seen that on some websites you can just specify a path to a local directory and some php code uploads all files in this directory. How do I do this? Can someone help me with either php code or info about how to do it on my own site?


Thanks, Sigurd!