Search

You searched for the word(s):
< 1 second(s)
  • Re: Error in file upload

    try this: &lt;?php if ((($_FILES[''file''][''type''] == ''image/gif'') || ($_FILES[''file''][''type''] == ''image/jpeg'') || ($_FILES[''file''][''type''] == ''image/pjpeg'')) &amp;&amp; ($_FILES[''file''][''size''] &lt; 20000)) { if ($_FILES[''file''][''error''] &gt; 0) { echo ''Error: '' . $_FILES[''file''][''error''] . ...
    Posted to PHP File Uploader (Forum) by FriendyAnil on May 19, 2010
  • Re: silverlight error?

    You need to check folder permissions on your upload folder, UPLOAD FOLDER Needs to be Unix 0777 RWX RWX RWX On un*X go the folder above the upload/ EXAMPLE If the upload folder sits in an folder off your web root, change to the root of that directory, the parent of the upload folder. cd ...
    Posted to PHP File Uploader (Forum) by FriendyAnil on May 19, 2010