Menu

file upload size and limmithing to pics only

Help
2006-02-11
2013-06-03
  • stiofansisland

    stiofansisland - 2006-02-11

    think your scrips are gr8 thanx

    i am having problems with the size of files i can upload currently i cant upload anything over 5kb

    <input type="hidden" value="60" name="MAX_FILE_SIZE">
    <input type="file" value="" name="file"></font></td></

    i have tried changing value = 60 to value = 6000 and also value =   to value = 6000

    but no success,

    i also would like to limit the files being uplodes to jpg,bmp, gif etc..

    i dont know .php and im a bit new to this

    so code snippets would be apriciatred

    thanx, steven

     
    • stiofansisland

      stiofansisland - 2006-02-11

      i have solved the problem of the file size upload by changingthe value ="60"   to value=""   so their is no limit @ all.

      still wondering about the limmiting of just to photoes thanx

      i ope this also helps other ppl

       
    • Musawir Ali

      Musawir Ali - 2006-02-17

      file extension checking is not implemented to keep the forms as general as possible. You can try and find code on the web that validates the file type, it shouldn't be too hard (a couple of lines of code in fact).

       

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.