I was wondering if it is possible to create thumbnails automaticly from images when they are uploaded to the server?I would need a seperate file for the thumbnails...
I'm actually new on jquery ajax. I just wanna ask a little idea about how to create simple file upload (with form) using ajax. I tried using this code: //form html <p id="status"></p> <form id="form1" enctype="multipart/formdata"> <input type="file" id="photo" name="photo" /> <input type="submit" id="save" name="save" value="Upload" /> </form>
Anyone know of a simple javascript IDE/texteditor that i can use? my only requirements is that it has "auto-format" and it is fast (meaning when i ctrl-S-alt-tab-f5 i can see the changes without waiting even half a second). im currently using notepad++ but am looking for a better one because notepad++ doesn't have auto-format (arg!)
I have a form in my page and I want to implement an autosave feature. For that, I submit all the fields in the form every 2 minutes via AJAX, so I can save a Draft.
The problem is, that the textarea used for the body of the message is modified to be a Rich Text Editor (with MceEdit). Thisdynamically generates an iframe that holds the styled text, and only populates the textarea with that content on sumbit.
So, I want to be able to read the iframe contents with jquery, so I can POST it via AJAX to the autosave method. I hope I've provided all the necessary details. If not, feel free to ask for more.
I'm building up a RSS reader. In this app, the user will have the option to add and remove urls in a list. What I need is to create a new variable, everytime the user submit the form with the url. The variable must contain the url.
I need a pointer to help me get this working on a dynamic table, it works fine on a static table I know its in the selector but i havent been able to figure it out [URL] $('#table').hideColumns(2);
I'm having trouble loading jQuery into SQL Server Reporting Services Report Manager. Since SSRS is a proe-compiles ASPX page, and we are not given the source code, we have little ability to make changes to the interface. If I could add jQuery directly, the progblem would be trivial. However, all we have the ability to modify is an existing Javascript file that is loaded at runtime in the head of each page. I have been able to get this to load relatively reliably using IE 8, but other browsers either don't load it at all, or only on the first pass. Here is the structure that I have in place:
I want to fetch the certificates details from "certmgr.msc" file, which is stored in "C:WindowsSystem32". Actually my requirement is fetch the user certificate from browser, which is imported in local system and fetch the key fields in client side. So, i want to read the certificates using javascript. Can you please let me know how to do that.
I am looking for a upload form to upload pictures and then when the pictures are uploaded, then they get emailed to me. Kind of like a contact form but attached is the pictures.
I have files on the server: .txt, .xml, .config, and "no extension" - all editable with notepad.
User will write some input, it will be added to file in specific place.
I need an ability to change element value in file (in one of them - depends what user choose) (or it even can be some trigger word it-self like CHANGE_ME for not to use attributes)
Create a temporary copy of edited file and create a unique temporary link to it.
I don't know what to start from.... For now I know how to make XHR, but what to do with other extensions?
Have no idea how to save the NEW file (a copy of original file) on server , and create a UNIQUE link ,and delete the file right after it was downloaded.
I can find a specific word in xml file, but how to change it?[code]...
I develop a form allow the user to upload with the hidden iframe. While in the progress, I allow the user to cancel their upload. In javascript, does it have cancel the request to the server. I have one solution, but I don't like it. I remove the iframe element, so it won't upload anymore. Do you any other solutions better than this?
I'm sure you are all familiar with this free uploadscript, if not i'm happy to post the sourcecode. I use this to upload files to the server, but it doens't check wether the file already exists or not. Anyone knows how to add this into the script? It's also possible to do it onformsubmit and return false if the file already exists, but what is the scriptcode?
I am wanting to simplify a page that I'm writing... the guts behind the page is PHP and wondering if it's possible to upload a photo in one click. How would I approach having the browsed file detected once it's populated into the form field and have it auto uploaded? Can this be done?
This Scripts allows you to upload files using AJAX (I'm not an expert). The site claims it's the best way to upload files out there, and the file size is only 1 kb.
I couldn't get it to work for me. I downloaded the files to my computer, and opened the index file with my browser. It doesn't work (the demo on their site does); IE doesn't show any error messages or anything, and FF shows a single word that might be treated as an error notifier: 'undefined'. Does this thing even work? If it does, could anyone please give me detailed steps on how to using it on my site? Code:
I have a form to allow the user upload images. The user browse for an image in their computer and click open, th image to be upload is preview on the img tag. The script works fine with IE, but does not work with mozilla Netscap bowsers. Does anyone knows what could be the problem? Does the ONchange function works in Netscape? Or anyone knows a tag that can preview the image file before uploadin it. Code:
I'm working on a multiple file uploader in ASP.NET w/ C# and am looking for advice (or good tutorials) on uploading multiple files using the jQuery MultiFile plugin. I've seen examples using it with a single file, but how can I go about accomplishing this with multiple files?
I've created a PhP page(Main) which will list records and a link to change their "thumbnail". Clicking on it will open a "pop-up" which will present a "File input" box and when user select a file to upload, this popup-page will send the form fields to a "process page" using AJAX. This Process page will upload the file and on success returns nothing else the error to the Ajax object in Popup. On return, the popup page will just reload the thumbnail on main page if success and closes itself.
I'm sure I've described what I wanted to do. Again, in brief: Main->(Opens Popup)->Popup->(Send file using AJAX)->Process Process->(Upload File & return result to)->Popup->(Reload img on Main and closes itself)->Main Below are my codes:
when client uploads any image at that time before uploading the image i want to display that image to the client. so please provide me the snippet of javascript to achieve this thing.
but i am not able to preview this image on mozilla so please provide me the solution for this or if it it possible using ajax then also please provide the solution. the altimate goal is: the local image which is suppose to be uploaded should first be previewed to the client or uploder.
I have a page with 5 file inputs and 5 img tags i have everything working but preview of course changes all the img tags so no madder what browse button i choose all fixed img tags are updated with that preview.here is a code i found and messed with a little cant seem to figure out how to add a loop or something to update just the called tag
Java Script:
<script type="text/javascript"> <!-- Begin /***** CUSTOMIZE THESE VARIABLES *****/
[code].....
i went through this code file and the change does not appear to be where the change should ocur im sure its in the actually script need to loop through the images[] field i would think like i would in php The only thing i could think to do is paste the script code 5 more times and change each variable to 1 2 3 4 5 but then ill have a big php code page there would be a way to make this work i would think
I am creating a webpage using javascript and php where I need to upload a doc file or zip and read all the words in doc file. If it is zip I need to read all the words in all the doc files. I am trying to upload using file input but it does not show path of file only file name. How am I suppose to upload and read it.