Uploading nightmare...need help!

      I'm a photographer and just tried to upload pics from my memory card to my computer and my computer froze at end of uploading process (pics were not completely uploaded) so i waited a while and had to restart and pulled my card out (not thinking and didnt hit the eject button) so i tried to re-upload and i can see my pictures on screen but they have black outlines around them and it wont let me hit the import button. HELP!!

kevs55 wrote:
Should I go now and make the three folders preceeding it everyone read/write, and apply to all enclosed items -- or am opening up a can or worms.
Glenn is right about the Shared folder. That's what it's meant for, to share files.
I'm telling the computer I want all files in this folder to be read/write?
Try telling it this way...
If you really want everyone to have access to your folder in /Documents
Launch Terminal and at the prompt type
chmod 777(leave a space)
Then drag the folder you want to change permissions on (Lists) into the Terminal window.
It will show the entire file path.
Press Return.
-mj

Similar Messages

  • File upload - I need help

    [Sorry 'bout my bad English]
    I'm trying to upload a file in a JSP. This page do a post to another JSP. In this page I have the code (there is more):
    1)PrintWriter pw = new PrintWriter(
    2) new BufferedWriter(new FileWriter( file)));
    3) ServletInputStream in = request.getInputStream();
    4) int i = in.read(); // here I got the error
    5) while ( i != -1 ) {
    6) pw.print((char) i);
    7) i = in.read();
    8) }
    I got an error that the file was not open, so I run the page in the debug mode, and I notice that the lenght of 'in', just after line 3, is 0.
    Please help
    thank you.

    read this. its 4 pages. tells ya everything you need to know.
    http://www.onjava.com/pub/a/onjava/2001/04/05/upload.html?page=1
    -S-

  • Problems uploading photos, Need help

    Hi all:
    I've been using Adobe Photoshop Elements 6 for awhile now and all of a sudden I can't upload my photos thru the card reader.  When I click on File in Adobe's Program and then click on get photos from camera or card reader one of the options that shows up is my Epson Twain Printer but not a camera setting so I can't click on camera as an option.  I need to get these photos to someone in a hurry, who is helping me with my sick
    horse.
    Please help ASAP.  Thanks much.
    Timoriah

    Help. I'm having same problem. I have 3 cameras I upload to elements 6.0 all the time...today it will only let me upload the Nikon.  The other 2 Canons are not an option when I try to "get photos from camera"  nor can I "refresh" it just reverts back to no device found.  I have re-booted, turned on, tried everything I can think of....now what do I do????

  • Image upload quary:need help

    dear developers,
    after making a thorough look over diffrent forums and now got a idea to upload an image using URLConnection.
    the idea is,
    1) establish a URLConnection between an applet and servlet
    2)send the actual image(confused) or path of image at user's local drive to servlet using post method.
    3) use servlet to upload image using Image's path or actual Image to server's hard drive from inputstream.
    now at one poing i got confused, that whether path of image should be sent to servlet or actual image after encoding it via this communication to further uploading process?
    if at any poing you figure out any unsuited way then let me know also
    thanks

    thanks Mr BalusC
    I'll go along your way to fullfil my need.
    before that, please take a look over here ,actually this snippet is dedicated to upload an image from a local system and taken from a post.
    well, i get little dificulty to understand this code, how it is working ,means,where the path is given to upload image. although this is a stupid type question but even then i want your help.
            boolean isMultipart = ServletFileUpload.isMultipartContent(request);
         if (!isMultipart) {
         } else {
            FileItemFactory factory = new DiskFileItemFactory();
            ServletFileUpload upload = new ServletFileUpload(factory);
            List items = null;
            try {
                 items = upload.parseRequest(request);
            } catch (FileUploadException e) {
                 e.printStackTrace();
            Iterator itr = items.iterator();
              while (itr.hasNext()) {
              FileItem item = (FileItem) itr.next();
              if (item.isFormField()) {
            } else {
                 try {
                      String itemName = item.getName();
                      File savedFile = new File(config.getServletContext().getRealPath("/")+"uploadedFiles/"+itemName);
                      item.write(savedFile); 
                      out.println("<tr><td><b>Your file has been saved at the loaction:</b></td></tr><tr><td><b>"+config.getServletContext().getRealPath("/")+"uploadedFiles"+"\\"+itemName+"</td></tr>");
                 } catch (Exception e) {
                      e.printStackTrace();
       }

  • No Mobile Me upload possible - need help

    Running AP3 now for some weeks, I suddenly face a strange thing: I cannot upload MobileMe galleries.
    As always, I select pictures, than press MobileMe button. AP3 creates MobilMe Gallery. But no upload happens (usually indicated by spinning arrow sign next right to name of gallery).
    This is really annoying, since I am to sell a lens and the potential buyer asks for some sample pictures.
    It must be AP3 issue, since from iphoto everything runs just fine.
    Any help very appreciated,
    Henri

    HenriF wrote:
    Running AP3 now for some weeks, I suddenly face a strange thing: I cannot upload MobileMe galleries.
    As always, I select pictures, than press MobileMe button. AP3 creates MobilMe Gallery. But no upload happens (usually indicated by spinning arrow sign next right to name of gallery).
    This is really annoying, since I am to sell a lens and the potential buyer asks for some sample pictures.
    It must be AP3 issue, since from iphoto everything runs just fine.
    Any help very appreciated,
    Henri
    This is strange, but you are not alone Henri. A bunch of us are sharing experiences and have submitted reports to apple here at this thread:
    http://discussions.apple.com/thread.jspa?messageID=11277874#11277874
    A bug report submitted from you would be helpful!

  • Conditonal Text Nightmare :) Need Help

    Hello Everyone,
      This is my first post and it has been authored due to hours of fruitless struggle with conditional text.  I am by no means a framemaker expert but I am doing my best to learn. What I would like to accomplish is the following. I have a document that exists in 2 books, install.book or care.book. The document (doc.fm) needs to be worded slightly different between the two books. I have set the wording to use conditional text and seem to have it working correctly as long as I manually set the show or hide options. What I would like to do is have the book know what type of text should be shown or hidden during the print process. If I understand correctly this is exactly what conditional text is for.  I currently have a sentance that should be hidden or shown depending on the book it is attached too.. Any help would be greatly appreciated. Am I even going about this the right way?

    I'd use a slightly different approach... that, for me, is simpler.
    Set up your main content file with your two conditional text settings.
    In each book, create a new, empty container file from your chapter template. It should have the correct headers/footers, tags, variables and so on for each book.
    Import the main file into each container, specifying to use the container's settings. That will impose the correct variables, tags, and conditional text settings.
    That's it. The single file is read into each container file and set up using each book's settings. You may need to update the book before printing / PDFing in order to ensure that everything is in place, but in the end I think this is less work than juggling settings at the book level.
    A flavor of this is to "home" the content file in one book and use the container strategy in the second.
    Cheers,
    Art

  • Upload problem - need help ASAP

    copied the upload script and is successful on the production
    server. however, not all is fine. my clients cannot upload files
    via the flash interface, even though most other people can. i have
    written a small html upload page, and the client CAN successfully
    upload files to the server from the html form. the only reason i
    can think of is that the flash player is somehow being blocked by
    their internal firewall. can someone confirm that? and if at all
    possible, provide a solution?
    any help is much appreciated.
    thanks

    http://mot.vip.ccwonline.com.cn/krzr/game/game.html

  • Permissons nightmare,need help

    As if this ever ends:
    My interns were telling me that the files they were trying to work on over my network they could not save, read only.
    So I went to the folder on my imac that has all the folders I use over my network, changed the folder to allow everyone read/write. I click the little triange to appy to all enclosed items.
    Now every file in this folder says: everyone read/write
    So far so good.
    But when I open the file on my laptop via the network, it command i says:
    unknown (greyed out)- read and write
    and below that: everyone - no access.
    Any help appreciated. thanks!

    kevs55 wrote:
    Should I go now and make the three folders preceeding it everyone read/write, and apply to all enclosed items -- or am opening up a can or worms.
    Glenn is right about the Shared folder. That's what it's meant for, to share files.
    I'm telling the computer I want all files in this folder to be read/write?
    Try telling it this way...
    If you really want everyone to have access to your folder in /Documents
    Launch Terminal and at the prompt type
    chmod 777(leave a space)
    Then drag the folder you want to change permissions on (Lists) into the Terminal window.
    It will show the entire file path.
    Press Return.
    -mj

  • Student trying to upload speech needs HELP

    HELP!
    I am a student at the Art Institute and am trying to use iMovie to record a short speech so that my classmates are able to see it. I have NO CLUE how to do it I've figured out how to record it, I just can't figure out how to share it. When I click on "Share" it comes up light in color and won't let me access any of the options. What am I doing wrong?

    CheriP wrote:
    .. When I click on "Share" it comes up light in color and won't let me access any of the options. What am I doing wrong?
    you've watched and read ... ?
    http://www.apple.com/ilife/tutorials/#imovie
    http://manuals.info.apple.com/en/iMovie08_GettingStarted.pdf
    you can only 'share' Projects, not Events. read manual to know the difference...

  • Need Help with spry for uploading to a website

    Sorry if there is already a thread about this but i cant seem to get this to work. So I have looked around an dfound that you need to have the spry files uploaded to the server and i have done that, but the page still looks wrong. Here is a link so you guys can see what it looks like and i'm sorry about the page being in norwegian.
    http://miljopose.net/kjop.html
    I really need help because this is for a project i am doing at school.

    None of these files can be found
    <script src="SpryAssets/SpryValidationTextField.js" type="text/javascript"></script>
    <script src="SpryAssets/SpryValidationConfirm.js" type="text/javascript"></script>
    <link href="SpryAssets/SpryValidationTextField.css" rel="stylesheet" type="text/css" />
    <link href="SpryAssets/SpryValidationConfirm.css" rel="stylesheet" type="text/css" />
    Please upload the files in the correct directory
    Gramps

  • Really need help - images showing up in dw and preview in browser but not once uploaded to server

    As the title says really, I made a site for my father and all
    was ok. I made some alterations to the site, some extra pages and
    images etc. The pages come up fine its just the images, i see them
    in dw and when I hit F12 to preview in a browser but once i sync'd
    the site and viewed the site online none of the new images have
    been uploaded.
    Any help would be hugely appreciated as im very new to dw
    only used is a few times so its probably a very silly but simple
    error ive made :)
    I know the site isnt great and ive probably done some strange
    things lol but im learning and il get there soon enough!
    thank you in advance

    >made a site... sure you'l be hearing from me again very
    soon
    Hint for the future... nobody here can read minds or see your
    computer screen through the 'net
    You need to post the site link so those who wish, may take a
    look at your page

  • I need help uploading my site

    Hello, there i need help uploading my project on ROME by adobe i showed you what i did ok i clicked on output then clicked templete something forgot what that last word was then i pressed share then it ses you been loged out what do i do please help me

    I made a website from that right then i maded everything then i tryed to share it on the site and it says i been loged out so what do i do if you want more details say what details you need to know

  • Need help uploading photos

    I have been unable to upload photos from iphoto. All I get is the event titles! I need help...

    Yes, it's possible to use both, but not that way. That command  will make duplicates of all your iphoto images, so you don't want to do that.
    For now, you have two choices.
    1. Set PSE as your external editor in iphoto ( iphoto>preferences>advanced):
    and send the photos from iphoto to PSE. If you set the PSE editor preferences>saving files>on first save to save over the existing file, iphoto will remember you latest edits + the original.
    If you do this, be sure to choose the right file as your editor. You want this one, in Applications>Adobe Photoshop Elements 11>Support Files:
    Or
    2. You can export the photos from iphoto, use File>Open in the Editor, edit and save your changes and then reimport them to iphoto as new images. The advantage of this is that you can change the name and format if you want and you can save as many versions as you like. iPhoto only keeps one version--if you edit again, the new version replaces the one it was keeping.

  • Uploading from iPhone - need help

    When I attempt to upload a photo from my iPhone to my Web Gallery, I get the following error message on the iPhone:
    "None of your .Mac accounts have been configured for posting from mobile devices. You must first enable this feature on the .Mac website"
    Any idea how I "enable this feature" as I can't seem to find it anywhere on my .Mac homepage or account info, etc.
    Thanks.

    It's STILL driving me nuts.
    Why can't Apple just make it 'Apple-like?' Where is a set of instructions on how to do this?
    This is a new far-out concept they're adding here, I want to use it like a Flickr set amongst my iPhone totin' friends, so we can all just send some fun photos up in the cloud, and look at it. This is clearly something we all seem to need help with for the set-up...
    AND YET...
    Simple question that my iPhone prompts me to ask: Where do I tell my .Mac account that I want my Web Gallery to work with my iPhone?
    No sign of it on my 'homepage' on .mac, no explaination in iPhoto 08 prefs or help, no explaination ANYWHERE. Searching is NOT helpful - very poor 'help' page on this topic.
    It's not working for me, and I had this button activated on my iPhone yesterday, and an iPhoto Web Gallery for the last 4 hours...
    It's just not very clear, Apple. Get it together, please. The only mention of this on my .mac "logged-in" screen is on a descriptive ad for iLife 08 and .Mac.
    Well, give me the respect of noticing I've already bought it all.

  • Need help how to upload a PDF to an internet site

    I'm applying for jobs on my iphone 5 and some websites need me to upload a resume... I click upload and my photo album comes up! I have PDFs of my resume saved on an app but I can't work out how to upload them on the websites? Any1 know an App or solution

    Duplicate post NEED HELP: HOW TO OPEN A PDF IN ESS (EMPLOYEE SELF SERVICE)
    --Shiv                                                                                                                                                                                               

  • I have an old g5 mac and can't connect my iPhone 4 or my ipad3 to iTunes to be able to update its telling me I need a better version of iTunes but when I download the version my mac can't take the upload what can I do it's my first mac and need help.

    I have been given a mac g5 old one and I can't connect my iPhone 4 and ipad3 to iTunes to be able to downLoad updates I have downloaded the version of iTunes but my mac won't allow it what can I do need help.

    You need to purchase and install a Mac OS X 10.5 DVD; these are available from sites such as Amazon or eBay.
    (69706)

Maybe you are looking for

  • Error code: 50 when trying to install creative cloud

    I'm getting an error code:50 when installing newest version of creative cloud. Any input on what to do or what this error is?

  • Inclusion of indirect material costs in the finished stock valuation

    Gurus, I need to include the costs of the indirect materials (such as fuels, consumables) etc. to the finished stock valuation. I want to treat these costs as overheads and include them to the finished stock valuation through cost sheets. Initially I

  • Flat file as targets in a mapping.

    Hi All, While reading on-line documentation in topic Define Mappings of oracle9i warehouse builder i came across following statement. "A mapping can contain up to 50 flat files as targets, and it can also contain mix of flat files, relational objects

  • Css3 border radius bad on iPad with retina display

    Hey, If you visit http://www.teet.be you will see a 'coming soon'-image with green borders. Those borders seem not to work on my iPad (64GB with retina display, iOS 6.1.2). I tested Safari and Chrome on this iPad, but with bad result. All the rest of

  • How to change File Properties Creator

    I'm using PSE 7.0 Organizer. When I change the date/time of my files, PSE assigns 'Adobe Photoshop Elements 7.0' to the Creator in the File Properties. How can I change this to a string of my chosing, such as ME. I'm am using right-click file > Adjus