Home > Fancy Upload > Fancy Upload on github

Fancy Upload on github

February 17th, 2009

Fancy Upload, a form widget that makes it appear as if we’ve styled the ‘browse…’ button and file name field with only CSS, is now on github:

http://github.com/WebVeteran/fancy-upload/

Fancy Upload

  1. nandhakumar
    March 18th, 2009 at 07:26 | #1

    hi , i have problem in upload above 100mb file in fancy upload progress i am getting error in Security error 2038,i search forum and i change php.ini file configiration in

    post_max_size=450M
    upload_max size=450M
    max_execution_time=1400
    max_input_time=240
    memory_limit=600m amd also many changes are done in my php.ini file
    but no use i am getting same 2038 error ,
    so any one reply me,what’s problem going on

  2. March 18th, 2009 at 08:04 | #2

    @nandhakumar
    Fancy Upload is purely javascript. There is no server interaction. So you are looking in the right place to solve the issue – on the server. I’m not a PHP expert so hopefully someone else can chime in (and perhaps correct me).
    Since you are getting a security error, I don’t think it’s the file size that is the problem. Maybe you are uploading a file type that could be dangerous? An executable perhaps? Maybe try making a zip of it first.

  3. nijo
    May 5th, 2009 at 21:19 | #3

    Fancyupload’s official limit is 100 MB for FileReference.

  4. May 6th, 2009 at 08:02 | #4

    @nijo
    “Fancyupload” is a different project than my “Fancy Upload”. Actually there are quite a few with the same name!

    Mine is a javascript-only solution – there simply is no file size limit in it.

  5. Rana salim
    August 21st, 2009 at 02:49 | #5

    hy i have a problem maximun file size limit before uploading check file size if file size greater than file size limit than show error message.
    how can adjust in fancy upload script.
    please tell me.
    thanks

  6. August 21st, 2009 at 14:56 | #6

    @Rana salim
    This is a javascript-only solution – there simply cannot be a file size limit built into it.

  7. Ironwil
    October 20th, 2009 at 18:36 | #7

    It is not a javascript-only solution. It is a combination of javascript and php, which can impose a file size limit.

  8. October 20th, 2009 at 19:33 | #8

    @Ironwil
    This has absolutely nothing to do with PHP: “a form widget that makes it appear as if we’ve styled the ‘browse…’ button and file name field with only CSS”. The server language is irrelevant.
    I’m actually a CF programmer BTW.

  1. No trackbacks yet.