Tagged Questions
0
votes
1answer
13 views
Uploadify - How to upload contents of a folder recursively
I need to upload files in a folder recursively.
Is it possible to use Uploadify to upload contents of a folder recursively by selecting the folder instead of selecting individual files in a folder?
0
votes
1answer
202 views
Rails 3 Uploadify + Paperclip File Data Is Never Sent
I'm using Rails 3.1 with Paperclip and trying to implement Uploadify for multiple file uploads on a single page. I tried following various samples, including: Rails3-Paperclip-Uploadify
Currently I ...
0
votes
1answer
209 views
paperclip uploadify error Rails 3.1
I am having issues with uploadify (with paperclip) for more than 2 weeks now. Paperclip on its own works beautifully but when I extend that functionality to multiple files upload (at a time) it ...
2
votes
0answers
342 views
I/O Error with uploadify in ruby on rails
I'm trying to upload a image using uploadify and paperclip on rail 3.0.9
When i upload a image with uploadify, the server returns an I/O error. The development.log says:
Started POST "/user/albums" ...
1
vote
2answers
258 views
Multiple File Uploads for a new record
I have implemented multiple file uploads for existing records as seen here https://github.com/websymphony/Rails3-Paperclip-Uploadify
I would like to know if it is possible to implement multiple file ...
1
vote
1answer
497 views
uploadify and paperclip on rails 3.1
i'm trying simply to upload a file using uploadify and paperclip.
This is index view:
<%- session_key = Rails.application.config.session_options[:key] -%>
$('#upload').uploadify({
...
0
votes
1answer
577 views
server error with uploadify in ruby on rails 3.1
I'm trying to upload a video using uploadify and paperclip on rail 3.1
When i upload a video with uploadify, the server returns an 500 error.
The development.log says:
Started POST "/videos" for ...
0
votes
0answers
240 views
How do I upload a file with Uploadify, paperclip and Rails 2.3.8?
I've checked a few tutorials, but they were all out dated and didn't seem to work.
I currently have paperclip already uploading files, the issue is that there is no progress bar, so I figured ...
1
vote
2answers
321 views
Getting alternating HTTP Errors and IO Errors with Rails 3, Paperclip, and Uploadify
I'm getting some truly bizarre behavior. Essentially, when I go to batch upload files, each file will alternate, starting with an HTTP Error, then following with an IO error on the next file. Even ...
0
votes
1answer
381 views
Rails 3 - Uploading image as nested object via uploadify on new/create action
I have a project where I have several content types (Article, Interview, etc) with nested images. To handle the images, what I did was implement a popup 'image upload' box (using a combination of ...
3
votes
4answers
845 views
Paperclip not called when uploading attachment, so attachment is not saved. Rails3 + uploadify
I have two different apps using paperclip. On the app that does not save attachment or call paperclip, i get this log when i upload an app
started POST "/users/1/uploads" for 127.0.0.1 at 2011-04-23 ...
2
votes
2answers
437 views
How to validate image based on resolution when using rails + paperclip
The jpeg header contains width and height in pixels I want to validate using these values (max 19200x19200) Can i do that with paperclip?
Or maybe I can validate it when the file is being uploaded. ...
1
vote
1answer
2k views
Rails 3 Paperclip Uploadify : Save Uploaded Object Attachments Before Saving Object
I am working with Rails 3 and Paperclip to attach uploaded files to several object types using a polymorphic association. I have created an Asset model and an inherited Image model (will be adding ...
1
vote
4answers
1k views
Uploadify - Paperclip - Rails 3.0.3
Im trying to get http://www.uploadify.com/ to work with Ruby on Rails 3.0.3, the files are uploading however im trying to fix the following error message. Any help much appreciated.
Started POST ...
0
votes
1answer
221 views
Authentication fails with Uploadify + Paperclip + Clearance
I have Uploadify almost working with Paperclip and Authentication, mostly using this guide.
I've got past the nasty InvalidAuthenticationToken errors by passing the Authentication_token and session ...
1
vote
1answer
1k views
Uploadify + Paperclip + Rails nested association before_save
I need to create a model application form where models can fill it and add pictures to it.
I'm following this example with Uploadify, Paperclip and Rails 3 approach.
...
0
votes
2answers
298 views
rails and uploadify nested_attributes
I have a form for a model which has many photos and it all works fine thru the form using the nested_attributes feature in the places model.
The form for is like this:
<% form_for @place, :html ...
1
vote
1answer
2k views
Rails 3 -NoMethodError (undefined method `original_filename
I'm using Rails 3, Uploadify, to send images to S3.
Right now all the images being upload have the MIME: application/octet-stream
I'd like to fix that but I'm getting the following error:
...
4
votes
2answers
2k views
Rails 3 with Uploadify & Paper_Clip
Anyone here haveRails 3 with Uploadify & Paper_Clip experience?
I'd like to allow the user to upload photos:
Here is my view:
<input id="fileInput" name="fileInput" type="file" />
...
1
vote
1answer
1k views
youtube video upload with uploadify and paperclip custom processor ruby on rails?
I have a file uploader that currently uploads images / pdf with a nice progress bar using uploadify and saves to S3 using paperclip.
I want to upload videos the same way but instead of to s3, i want ...
0
votes
2answers
471 views
Inconsistent HTTP Errors from Uploading Images with Uploadify and Ruby on Rails
I'm having great difficulty in finding a bug preventing some uploads to my rails app through Uploadify.
Here is the error I'm receiving:
http://j.imagehost.org/0353/uploadify-errors.png
The thing ...
