Hi, I am using the fileupload. It's a gr8 tool. It's working fine on my pc. I have tomcat 5.5 and mysql 5.0. I was able to upload a file into database.Iwas able to upload a "word","txt" file etc to database. I need to integrate the functionality on my web-site(a hosting service) where I have Tomcat 5.0and MySql 4.0 . I am able to upload only a .txt file and a "word/xls" file there. The table structure is almost same( the file field on the site is longblob and on my pc is mediumblob)
That's the only difference.What could be the reason? Is it the version difference? Do let me know Thanks in advance -Vrunda