Is their anything I can add to this to perhaps make it a bit clearer
in the explanation?
Or maybe a book that might cover this portion as a recipe?
On Jan 29, 8:48 am, tripdragon
<colo0l...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
wrote:> I have this uploader that was working just fine with html file_field
> and File.open
> But now I have to large of files to send so I am having to resort to
> other means and can not use attachment_fu yet
>
> So the portion of my model has this code in it
> #Model
> ftp.putbinaryfile(self.path, self.name, 1024)
> But that does not work and
> ftp.putbinaryfile(self.temp_path, self.name, 1024)
> Reports that I have no file name so and so If it is not the the
> uploaded path already .
>
> I need to get the file and path via the browser Client side and upload
> it to the server with the ftp data already in the model
>
> And Please do not tell me net/ftp and rails can''t do this cause I
> swear I will throw a ruby sized bolder through my code books if it
> can''t . ::D
>
> On that I did read through the past posts here but saw no answers.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Ruby on Rails: Talk" group.
To post to this group, send email to
rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
To unsubscribe from this group, send email to
rubyonrails-talk-unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---