similar to: RE: Form.serialize and Ajax.Request->fileserialization and encoding

Displaying 20 results from an estimated 1000 matches similar to: "RE: Form.serialize and Ajax.Request->fileserialization and encoding"

2005 Dec 14
1
RE: Form.serialize and Ajax.Request ->fileserialization and encoding
I''ve not looked into how it''s done but adding an attachment in Gmail (UK version) uploads the file without refreshing the window, and http://www.yousendit.com <http://www.yousendit.com/> appears to send a file via some sort of RPC or AJAX. Maybe this could be another starting point for you. Paul Shannon Web Applications Developer Codeweavers Limited Tel: 0870 443
2005 Nov 02
1
IE6 Text Selection Problem
Hi Guys, I have a problem with IE6. Using any version of prototype and any version of scriptaculous IE loses the ability to select text by dragging the text cursor over it. You can double/treble click text, or use shift and the arrow keys but you cannot use the mouse. This applies to text in both input and fixed elements. Has anyone else got this, or knows how to fix it? Cheers Paul Shannon
2006 Jul 05
1
Prototype Based Validation with form_remote_tag
Hello, I am attempting to use validation.js from http://tetlaw.id.au/view/blog/really-easy-field-validation-with-prototyp e/ with form_remote_tag. The rails form helper binds the needed Ajax.Updater to the onSubmit action of the form. The validation.js also attempts to bind to the onSubmit of the form. The logic that is needed is if( valid.validate() ) { ...Ajax.Updater... } where valid
2005 Dec 14
1
RE: Form.serialize and Ajax.Request -> fileserialization and encoding
1/ I am trying to send a multipart/form-data encoded form through Ajax with by calling Form.serialize, but it seems that files fields does not support this very well Is there any special mode to use ? You cannot send a file through Ajax. You''ll have to submit the form normally. To mimic Ajax functionality, you could set the target to a hidden iframe, and on the server side,
2006 Jul 05
1
Setting a HTML ID with form_tag / form_remote_tag
Hello, Is it possible to specify a HTML ID with the form_tag / form_remote_tag methods of the FormHelper? I specifically need this for javascript and css but can''t seem to find how to do it in the APIs. Cheers, Paul Shannon Web Applications Developer Codeweavers Limited -------------- next part -------------- An HTML attachment was scrubbed... URL:
2011 Jun 09
3
Visual Fox Pro 9 with dBase tables
Hi everyone. I have a though one here. In a friend's company they use n accounting and POS software which was designed by someone that passed away. The problem is that he doesn't have much money right now, thus can't license windows and MSoffice in his office. I offered him the possibility of using Linux (Mint or Ubuntu) and having him run the software on Wine. This is the software
2010 Jun 18
3
free ftp server
Hi, I'm looking a linux freeware for sharing file with a web browser interface - protect file by password, send link to download by email.... Something like the following service: https://www.yousendit.com/ http://www.hongkiat.com/blog/15-great-free-online-file-sharing-alternati ves/ The idea is to install this service in OUR server for sharing files beetwen other company. For
2005 Sep 19
5
accept on Sortable
Hi all, I am working on a Google Suggest Like thing, where you can add / remove, drag n drop ... mini-apps, it is nearly done but I need some advices (here it is if you want to check it : http://dev.karibou.org/default/edit ). I am using Sortables, is it the best way to do it ? I needed to modify the Serialize function cause I didn''t like the way I had to id my elements. Sorry, the
2005 Dec 01
0
AutoCompleter message div not hiding
Hello, I have a problem with the AutoCompleter, specifically the div that holds the return values. It doesn''t get hidden until the page has correctly loaded, so in a page that makes cross-server JS calls the div is visible, and covers content, while the page is loading fully. I managed to circumvent this problem in Mozilla by specifying the visibility of the div in a CSS document to
2008 Jul 29
0
RE: Similar to yousendit application
Hi all, i need some help on ruby on rails programming. Please do guide me as I am still new to ruby on rails. I need to do a application similar to yousendit.com. But i am stuck on how to go on. This is how my application should flows: 1. The user enters his email and the receiver''s email, subject and message 2. The user then click browse to upload the file. 3. Once the user hits
2009 Jan 07
6
online service to host/share theora&vorbis encoded ogg files
hi, i am looking for a free hosting / file transfer service to share theora and vorbis encoded ogg videos. i have been making a series of contemporary art projects titled "a copyleft crowdsourcing free/open source project" with art students in gropus of 50-120. as a part of the project we want to share the video and audio content created for the project as copyleft and free/open
2007 Mar 19
1
Packet Tracer 4 with Wine
I got packet tracer to install just fine with Wine, but when I launch it...the splash screen comes up and then it just closes. Any advice? This is the first program that I've ever tried to run with Wine.
2009 Jun 03
1
Windows Software for Theora - was: QTheoraFrontend & MACRO BLOCKS PROBLEM ON CONVERTED OGG FILE
hi yorn and all, thank you oggvideo tools for windows. it is great... i can live with the command line for now myself but i will need to make some art students work with oggvideotools and they may not be happy with that:D anyway your video tutorial is also good (but it also crashed my firefox 3.5 beta 4 for two times on windows and i have reported that to mozilla), i would love to help for that
2006 Jun 22
1
PDF output
Markdown speaks to a project I've engaged for nearly a decade. Ever since I cobbled up an Apple Newton keyboard to connect to my Pilot 5000, I wanted to type plain text with formatting for later printing. Class notes and such. Once I wrote a complex WordPerfect script using custom markup. For a while I wrote raw TeX, relying on a macro file to simplify things only a little. Upon
2007 May 31
0
distribution of peaks in random data results
Dear all, I have the positions of N points spread through some sequence of length L (L>N), and I would like to know how can do the following: 1- Permute the positions of the N points along the whole sequence. Assuming a uniform distribution I did: position1 <- runif(N, 1, L) 2- Apply a kernel convolution method to the resulting permuted points profile. For this I applied the
2009 Jun 05
1
macro block artifacts of ogv file converted from mpeg(libthusnelda I 20090527)
hi, there is a problem when i convert some mpeg files to ogv with libthusnelda I 20090527... i don't know it this helps you but i am sending information about it... when i convert an mpeg file ro ogv, there are macro block artifacts on the lower part of the video... but it doesn't happen all the time... description is below and you can download the video files form the link below if you
2006 Jul 07
4
Help installing Ferret
http://wiki.rubyonrails.com/rails/pages/HowToIntegrateFerretWithRails I followed everything here but at the last I get when loading page get_results Can only handle a String or a Query. RAILS_ROOT: script/../config/.. Application Trace | Framework Trace | Full Trace #{RAILS_ROOT}/app/models/result.rb:27:in `search_each'' #{RAILS_ROOT}/app/models/result.rb:27:in `search_index''
2007 Feb 28
12
Specifying that code is called in a block
Not sure if this is possible currently. I have a section of code like this: ActiveRecord::Base.transaction do cow.save! duck.save! dog.save! end (Names changed to protect the innocent.) I''d like to specify that the saves run in a transaction. I can do ActiveRecord::Base.should_receive(:transaction).and_yield But is there any way to specify that the code is
2006 Mar 03
3
tcdevices Error
Version 3.0.5 with the two-devices setup (eth0 - net, eth1 - loc). Kernel 2.4.29 tcdevices, tcrules, and tcclasses are clones of the wondershaper example (http://www.shorewall.net/traffic_shaping.htm) with eth0 replacing ppp. With TC_ENABLED=Internal in shorewall.conf: ---- Validating /etc/shorewall/tcdevices... Validating /etc/shorewall/tcclasses... ERROR: device A seems not to be
2004 Aug 04
3
No incoming audio on incoming SIP calls
Now this is really frustrating. Everything was working fine, and now it isn't ... I don't think I've changed anything that would affect this, but I guess you never can be too sure. My setup is as follows: SIP softphone (SJphone) connected to Asterisk running my Linux NAT firewall box. This is all on the internal network. Asterisk then dialing out through various means - SIP to