Displaying 20 results from an estimated 28 matches for "fileupload".
2007 Mar 22
2
Problem with fileupload on SMB share
Hello,
i have got a serious problem with fileuploads on SMB shares.
Iam implementing a program that watches a folder for new file and show status e.g. incoming, growing, complete. With FTP and simply copying from another folder on the same box there is no problem. But if i use smb to copy a file to that folder, from the first moment to full filesi...
2007 Nov 23
0
fileupload via ftp and attachment_fu
How can I use attachment_fu to store files in a MySQL database
(db_file) which I uploaded
via ftp in a special directory?
I need to upload files - large images 25-40 MB -, so my intention ist
to upload them
via ftp and then use attachment_fu to strore them in a MySQL database.
I had problems in uploading such files via a form - timeouts.
I need them in a database because we have a very
2006 May 05
0
RubyOnRails + FileUploads = Problems?
...s
to allow people to send large files?
Chris
-----Original Message-----
From: rails-bounces@lists.rubyonrails.org
[mailto:rails-bounces@lists.rubyonrails.org] On Behalf Of Zed Shaw
Sent: Thursday, May 04, 2006 5:27 PM
To: rails@lists.rubyonrails.org
Subject: Re: [Rails] Mongrel + RubyOnRails + FileUploads = Problems?
On 5/3/06 10:26 PM, "Bob Hutchison" <hutch@recursive.ca> wrote:
>
> On May 3, 2006, at 5:13 PM, Zed Shaw wrote:
>
<snip>
>> This second processing is to find the multipart boundaries and uses
>> a lot of
>> horrible regex and back...
2006 Jun 07
3
ActionController::UNKnownAction (No action responded to crea
...7:in
`require''
script/server:3
My Controller:
def create
@release = Release.new(params[:release])
if @release.save
flash[:notice] = ''Release was successfully created.''
session[:swrelease] = @release.swrelease
render :action => ''fileupload''
else
render :action => ''new''
flash[:notice] = ''Row already present!''
end
end
View have:
fileupload.rhtml
I''ve spent hours by now figuring out the cause. Any ideas why it is not
getting create method?
Thanks
--
Po...
2006 Feb 04
5
file_column + form_remote_tag
For my weekend project, I''m going to get form_remote_tag and
file_column playing happily together. According to my research, no
one has done this yet. If you happen to have tried this, and have
some workable code, send me an email. I''d rather not duplicate the
effort.
Thanks!
--
Kyle Maxwell
Chief Technologist
E Factor Media // FN Interactive
kyle@efactormedia.com
2010 Feb 09
4
Rails3 pre and protect_from_forgery
...tuff in one
of my controllers, where I had protect_from_forgery, :except
=> :add_file set.
In rails 3 I''m getting ActionController::InvalidAuthenticityToken on
the ajax upload unless I turn off protect_from_forgery completely in
application_controller.rb. Seems like the exception in my FileUpload
controller (protect_from_forgery :except => :add_file) isn''t taking.
Has anyone else experienced this. Should I report a bug or am I doing
something wrong?
Thanks in advance,
Bryan
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk...
2011 Apr 08
7
FileUpload without Tempfile
I am looking for a way to upload a file to Rails 3 app, but without
generating a temp file. Googling the issue gave me some insight in how
the file upload works. As I understand Rails creates a temp file when
the file size is larger than 20kb. Is there a way to change this limit
and avoid the temp file generation?
Another solution I was looking in was creating a Rack App and so avoid
the file
2006 Feb 06
0
how can I retrieve a session based on the session-id
I am trying to mix Flash and RoR (for fileupload without pagerefresh)
Unfortunately the requests originating from the flashplayer do not have the
right sessionid. So I tried to hackaround with reading the _session_id form
the cookie and sending it together with the fileupload POST from the
flashplayer to the webserver.
But how can i retrieve t...
2006 Dec 17
1
file_column error: StringIO Instead of Temp_File
Hi all,
i am using file_column to upload 3 images from the same form, they are
all different names and DOM IDs so there isn''t a problem with the
multiple upload.
The problem is when i try to upload a file (or 2, or 3) sometimes it
works, but sometimes i get this in the log file:
"bar_image"=>{"file_temp"=>"",
2006 May 03
12
Mongrel + RubyOnRails + FileUploads = Problems?
I really like the idea of using Mongrel. But reading the FAQ, I noticed
something that might be an issue. It stated:
"Ruby on Rails is not thread safe so there is a synchronized block
around the calls to Dispatcher.dispatch. This means that everything is
threaded right before and right after Rails runs. While Rails is running
there is only one controller in operation at a time."
So
2007 Dec 11
14
Attachment-fu + Story Runner
Hi all,
I''m trying to run a Story Runner integration test that uploads a file
through Attachment-fu.
I''ve tried various ways of specifying the file data, from custom mocks:
class MockFile < Struct.new
(:original_filename, :read, :content_type); end
fdata = MockFile.new "test_upload.txt", "Test Upload", "text/plain"
to
2005 Apr 28
0
tomcat5 from jpackage 1.6 on cento4 w/ java-1.4.2-sun-1.4.2.08-1jpp
...for
package: tomcat5
--> Processing Dependency: jakarta-commons-beanutils >= 0:1.7.0 for
package: tomcat5
--> Processing Dependency: tyrex >= 0:1.0 for package: tomcat5
--> Processing Dependency: javamail >= 0:1.3 for package: tomcat5
--> Processing Dependency: jakarta-commons-fileupload >= 0:1.0-1jpp for
package: tomcat5
--> Processing Dependency: mx4j >= 0:1.1.1 for package: tomcat5
--> Processing Dependency: xml-commons-apis for package: tomcat5
--> Processing Dependency: jakarta-commons-launcher >= 0:0.9 for
package: tomcat5
--> Processing Dependency: ant &...
2005 Apr 28
0
tomcat5 from jpackage 1.6 on cento4 w/java-1.4.2-sun-1.4.2.08-1jpp
...for
package: tomcat5
--> Processing Dependency: jakarta-commons-beanutils >= 0:1.7.0 for
package: tomcat5
--> Processing Dependency: tyrex >= 0:1.0 for package: tomcat5
--> Processing Dependency: javamail >= 0:1.3 for package: tomcat5
--> Processing Dependency: jakarta-commons-fileupload >= 0:1.0-1jpp for
package: tomcat5
--> Processing Dependency: mx4j >= 0:1.1.1 for package: tomcat5
--> Processing Dependency: xml-commons-apis for package: tomcat5
--> Processing Dependency: jakarta-commons-launcher >= 0:0.9 for
package: tomcat5
--> Processing Dependency: ant &...
2006 Jan 10
1
eclipse 3.1 rpm for centos
...eclipse-3.1.1-1jpp_1fc.FC4.12.x86_64
jakarta-commons-digester is needed by eclipse-3.1.1-1jpp_1fc.FC4.12.x86_64
jakarta-commons-dbcp is needed by eclipse-3.1.1-1jpp_1fc.FC4.12.x86_64
jakarta-commons-el is needed by eclipse-3.1.1-1jpp_1fc.FC4.12.x86_64
jakarta-commons-fileupload is needed by eclipse-3.1.1-1jpp_1fc.FC4.12.x86_64
jakarta-commons-launcher is needed by eclipse-3.1.1-1jpp_1fc.FC4.12.x86_64
jakarta-commons-logging is needed by eclipse-3.1.1-1jpp_1fc.FC4.12.x86_64
jakarta-commons-modeler is needed by eclipse-3.1.1-1jpp_1fc.FC4.12.x86_64...
2007 Jan 30
0
using file_column with backgrounDRb ?
Hi list,
I am quite new to baclgrounDRB, so far I just tested the samples, so far
it works fine, also I got it working the cronstyleway for testingpurposes.
Now I have seen ppl are using bDRb for fileupload, especially with the
file_column plugin.
Unfortunatly there are only a few tutorials out there, well, more
articles than tutorials in fact, and additionally the few I found are
all outdated so far.
Anyway:
I am still wondering about the concept in a whole and asking myself, how
do I shift no...
2007 Aug 14
0
Temporary files / Uploads
...le for cleaning this up and when? For the two
boxroom files, it is clear, it is boxroom. The CGI-File also seems to be
cleaned up (I guess by boxroom, I will find out later ;-)). But the
mongrel-file persists in the TMP-directory (when something goes wrong,
then both files are kept).
While the fileupload takes place, the ruby process which runs mongrel
uses up to 4 times as much memory as the uploaded file is big (plus what
was ruby was using before the request). I now wonder a little bit, why?
As far as I can see, boxroom copies the file in 4k-chunks, but I still
have not yet fully understood...
2006 Mar 25
3
RAILS_ROOT Help Required!
...public%2F..%2Fconfig%2F..%2Fpublic%2Fdump%2FDM100044.WMA">DM100044.WMA</a>
I don''t what''s wrong. As I said, the absolute paths don''t work as well.
Thanks in advance. I have made the above possible by following this:
http://www.albert.bagasie.com/RailsTips/FileUpload
Regards,
Rizwan Reza
--
Posted via http://www.ruby-forum.com/.
2010 Oct 24
0
America's Army 3 (AA3Game.exe) Crashes with Steam Client and Wine 1.3.2
Dear All,
Please refer to attached screenshot of America's Army 3 Program Error.
[1] http://imgur.com/3Mky4.png
[2] http://i55.tinypic.com/dxz6nq.png
[3] http://img218.imageshack.us/img218/4595/aa3steamclientwine132.png
[4]
http://img2.uploadhouse.com/fileuploads/6751/67514722a40f9a6544b45081e58dd051255e1e3.png
Please assist in troubleshooting the problem. I have set the Default
Settings in Application Settings in winecfg to "Windows 7".
Thank you very much for your kind assistance.
--
Yours sincerely,
Singapore Citizen Mr. Teo En Ming (Zha...
2005 Nov 19
3
file uploads with lighttpd-1.4.7 broken??
Hi guys,
Im doing fileuploads and it works great with webrick...I just installed
lighttpd 1.4.7 and ran ruby script/server suecessfully picking up my
lighty and fcgi install...
however...when I try to upload a file the proces either stalls (no
evidence of the hit in any logs) or returns 503....
any suggestions??
thanks i...
2006 Jun 11
0
Re: Re: Re: File upload (Jim Geurts) (Danial Tzadeh)
Sorry for the delay, the fileuploader demo is now available for download at
http://212.145.207.60/demofileuploader.rar.
I wish you like it and tell me how to improve it.
_______________________________________________
Rails-spinoffs mailing list
Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org
http://lists.rubyonrai...