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:
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:
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
@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.
Fancyupload’s official limit is 100 MB for FileReference.
@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.
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
@Rana salim
This is a javascript-only solution – there simply cannot be a file size limit built into it.
It is not a javascript-only solution. It is a combination of javascript and php, which can impose a file size limit.
@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.