Appian Community
Site
Search
Sign In/Register
Site
Search
User
DISCUSS
LEARN
SUCCESS
SUPPORT
Documentation
AppMarket
More
Cancel
I'm looking for ...
State
Not Answered
Replies
6 replies
Subscribers
7 subscribers
Views
3363 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
General
Hi All I want to store document uploaded by the user in the relational data
shyamanandp
over 11 years ago
Hi All
I want to store document uploaded by the user in the relational database(not on appian side).
please let me know how to do this.
thanks ...
OriginalPostID-74161
OriginalPostID-74161
Discussion posts and replies are publicly visible
Parents
0
Sathya Srinivasan
Appian Employee
over 11 years ago
You need to make sure you store it in a CLOB. Text fields (VARCHAR or VARCHAR2) have a max limit of 4000 char and even a small file can easily be more than 4000 char long when converted to base64.
Also, take into account the additional overhead on the network to store/fetch such data. If your table is mapped to a CDT, this would have some impact - So the way you design the CDT should be modified to exclude this column (etc)
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
Sathya Srinivasan
Appian Employee
over 11 years ago
You need to make sure you store it in a CLOB. Text fields (VARCHAR or VARCHAR2) have a max limit of 4000 char and even a small file can easily be more than 4000 char long when converted to base64.
Also, take into account the additional overhead on the network to store/fetch such data. If your table is mapped to a CDT, this would have some impact - So the way you design the CDT should be modified to exclude this column (etc)
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data