Displaying 1 result from an estimated 1 matches for "coulndt".
Did you mean:
couldnt
2006 Jun 01
3
file_column - blank folder created, no upload
...th (id, name)
fields where the images names/path will be stored, i get a success
message(from the controller after @art_image.save) every time i try to
upload but only a blank directory its created /public/image/name/tmp ,
without errors messages, i see a post related to the same problem but i
coulndt find anything there that help to fix this.
By the way, im using rails1.1/ruby1.8.2(or RMagick wont work on
windows), windows and webrick, here is my code
#view-------index.rhtml
<h1>Upload</h1>
<%= form_tag({:action=>''create_art_image'', :id=> @art_image},...