I'm using the 'sql' serverType.
How do I upload a file without storing it in the database using the FileItem control?
I want to upload a file, save it on the server and store the filename in a database field.
The doc says:
Now, if I set a field like this ISC server will expect to find a BLOB field in my table which obviously doesn't exist.
If I don't set one, I get nothing in the dsRequest.getUploadedFile()
Any thoughts? Thank you!
How do I upload a file without storing it in the database using the FileItem control?
I want to upload a file, save it on the server and store the filename in a database field.
The doc says:
To use Smart GWT's client-server upload system, you use a DataSource field of 'type' "binary".
If I don't set one, I get nothing in the dsRequest.getUploadedFile()
Any thoughts? Thank you!
Comment