Jump to content

igpxnaruto4

Members
  • Posts

    3
  • Joined

  • Last visited

Everything posted by igpxnaruto4

  1. i really don't have much experience with this type of stuff. i was looking at var url = canvas.toDataURL("image/png;base64;"); downloadImage.attr('href', url); of the js and was wuondering if changing this (downloadImage.attr('href', url); ) in any way could possibly make it generate the file?like for example downloadImage.attr('./gallery/gallery', url);or url.copy('./gallery/gallery');Thanks
  2. i tried everything and i cant seem to get it to work. right now i have this set up - http://jsfiddle.net/9Ytsk/2/ i added that php part (does nothing on jsfiddle). and i forgot to mention on the main post that this is for a webpage which im using dreamweaver for (it doesn't display errors so i cant check the code). thanks
  3. so i have a pic editing website set up, and i have a function which lets you download images.http://jsfiddle.net/9Ytsk/ is what it looks like. what i want it to do is also generate the image to a different directory (gallery/gallery), and add +=1 if the image already exists (ex. image.png exists so it's named image1.png). Thanks!
×
×
  • Create New...