Questions tagged [ocupload]

One-Click Upload is a jQuery plugin that replaces the standard file input element

One-Click Upload is a jQuery plugin that replaces the standard file input element, allowing you to use any link, image or element to be used for the purpose of bringing up the "file browse" dialogue. It completes the upload behind the scenes without refreshing the page, making it less obtrusive and easier to style than a standard upload form.

2 questions
1
vote
0 answers

Ajax stops working after call

I'm using One Click Upload (ocupload.js) to upload attachments with a custom mail form to a temp folder on my server. After each upload, a small label with the filename is being added to a dropzone. Each label has a little remove button. When…
0
votes
1 answer

Upload file on image click

I have a page with multiple images on it. What I have done, is make it so a user clicks on the thumbnail and the file browser box comes up to upload a new image. This works by using the ocupload.js jquery extention. This has been working well,…
Lawrence Cooke
  • 1,567
  • 3
  • 26
  • 52