search for: currentfolder

Displaying 3 results from an estimated 3 matches for "currentfolder".

2012 May 04
2
[Sweave] string.prefix without hyphen-minus
Dear Sweave users, Could you help me to find a way to place Sweave output files in a subdirectory of the currentfolder without giving them a subname? If the option "prefix.string=foo/" is used, all files are placed in this folder, but begin with an hyphen-minus, which makes it difficult to work with them. If the option "prefix=FALSE" is used, then files won't be placed in a subdirectory. Th...
2009 Mar 26
0
Error On relative_url_root
...leased The Scott''s plugin has a controller than handles the Fckeditor file upload and browse, but it errors out on the following lines. def upload_directory_path uploaded = request.relative_url_root.to_s+"#{UPLOADED}/ #{params[:Type]}" "#{uploaded}#{params[:CurrentFolder]}" end If I remove the request.relative_url_root.to_s it works fine. def upload_directory_path uploaded = "#{UPLOADED}/#{params[:Type]}" "#{uploaded}#{params[:CurrentFolder]}" end How do I make this go away without editing the plugin code? I found an...
2005 Sep 07
3
XMLHttp question
I''m continuing my work on integrating fckeditor with Rails. Currently I''m working on implementing the filebrowser / upload features, but I''ve ran into this problem. The response I get back is being loaded into the "responseText" property instead of the "responseXML" property. I''m trying to figure out why this is the case, but am coming up