Displaying 2 results from an estimated 2 matches for "upload_url".
Did you mean:
load_url
2005 Sep 29
2
Booting using single image file
Howdy,
I know that syslinux doesn't currently support this, but does anyone
here know how I might go about getting some sort of boot process
together that would have a single firmware image as opposed to seperate
files for initrd, kernel, and root fs?
Thanks.
2010 Sep 09
1
406 Not Acceptable with swfupload
...xml { render :xml => @asset.errors, :status =>
:unprocessable_entity }
end
end
end
end
-------- new.html.erb
<h1>New</h1>
<script type=''text/javascript''>
var swfu;
window.onload = function () {
swfu = new SWFUpload({
upload_url : ''<%= new_asset_path_with_session_information %>'',
flash_url : ''/flash/swfupload.swf'',
// Button settings
button_image_url: "/images/TestImageNoText_65x29.png", //
Relative to the Flash file
button_width: "65",...