Hi All,
I am writing an app that doesn't use a backend Notes DB, but uses a SQL Db as the backend, I am accomplishing via using Managed Beans, This hasn't been a problem, but now I am trying to bind a file upload control to something and I'm not sure what Object Type I should bind it to so that I can use it. I have tried com.ibm.xsp.http.UploadedFile, but am having problems. Any thoughts would be great. Thanks
-Toby