WOFileUpload
Created a WOFileUpload and connected the inputStream attribute to an input stream but nothing worked, kept getting a NP untill I connected FilePath to a String variable, then the WOFileUpload worked like charm( annoying charm that took too much of my time to figure out ).
1 comment:
Don't forget
enctype = "multipart/form-data";
on the form ;)
Post a Comment