Re: [PHP] Pictureupload

2005-11-04 Thread Georgi Ivanov
On Thursday 03 November 2005 19:12, twistednetadmin wrote: My advise is not to use $_FILES['img']['type'] or use it with some switch statement. Different browsers send different mime types for same image format. For example on mozila you have image/png on IE you have image/x-png (or vise versa)

RE: [PHP] Pictureupload

2005-11-03 Thread Jay Blanchard
[snip] The timeout part I have to check before I answer to, but I have 4mb connection and the last user it failed for has a 2mb connection. 300kb shouldn't make the script time out? Or could it? Where do I check the timeout settings btw? PHP.ini? Or can I run phpinfo() on it? [/snip] Check your ph

Re: [PHP] Pictureupload

2005-11-03 Thread twistednetadmin
The errormessage is from this part of the script. echo "Result:\n"; echo "Now that didn't seem to work... \n Did you try a wrong format or size? \n File that failed--> (".$_FILES['guildimage']['name '].")"; So it seems that the file is wrong type or size, but as it works with the same picture fro

Re: [PHP] Pictureupload

2005-11-03 Thread Richard Davey
Hi twistednetadmin, Thursday, November 3, 2005, 4:50:33 PM, you wrote: > I have made this script to upload pictures into a picturegallery on a > website. > The script works just as I expected, but with one huge flaw. It doesn't work > from every users computer. > I can upload pictures with no pro

RE: [PHP] Pictureupload

2005-11-03 Thread Jay Blanchard
[snip] I have made this script to upload pictures into a picturegallery on a website. The script works just as I expected, but with one huge flaw. It doesn't work from every users computer. I can upload pictures with no problem, but another user get's an errormessage. the other user emailed the pic

[PHP] Pictureupload

2005-11-03 Thread twistednetadmin
I have made this script to upload pictures into a picturegallery on a website. The script works just as I expected, but with one huge flaw. It doesn't work from every users computer. I can upload pictures with no problem, but another user get's an errormessage. the other user emailed the picture to