search for: lg_imag

Displaying 1 result from an estimated 1 matches for "lg_imag".

Did you mean: lg_image
2006 May 30
1
Can''t read from file field second time around
...@thumbnail_image.resize if @thumbnail_image.save! @med_image = ListingImage.new(@params[:listing_image]) @med_image.listing_id = @listing.id @med_image.image_type = "med" @med_image.resize if @med_image.save! @lg_image = ListingImage.new(@params[:listing_image]) @lg_image.listing_id = @listing.id @lg_image.image_type = "lg" @lg_image.resize if not @lg_image.save! @flash[:notice] = "Large size image could not be saved"...