is there any link for step by step guide in file upload in database ...
im follwing the link
Ruby on Rails - File Uploading…
which shows file upload into folder not in database ..pls help..
Hi
its never advisible to put the image into the db only the path of that
image will be stored in the db..if you store the whole image into the db
then the db size will be very large..and its not the best thing to
do..So store only the path and not the image..
i have the same problem what you had.the problem is
is there any link for step by step guide in file upload in database ...
im follwing the link
Ruby on Rails - File Uploading…
which shows file upload into folder not in database ..pls help..
did u get the solution.
if u get it please let me know wht is the solution.
its very urgent for me.