Upload Problem Using ASP

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • NohaKhalifa

    Upload Problem Using ASP

    Dear All;

    I'm developing a web site and i need to make adminisration for this
    site it's a site for Real Estates .

    But I don't need the administration to be online .. I want them to
    fill data and images offline and then send them online...

    but i have a problem regarding the images i want it to be sent to the
    web site So i want if there is a possible way to fill data offline and
    this will put it in offline database then on browsing images it'll be
    sent online and at the same time put on their location i adjusted
    offline .

    So how can i put Images at a desired location Offline and at the same
    time upload them online .

    Thanks Alot
    Noha Khalifa
  • Fadi El-Eter

    #2
    Re: Upload Problem Using ASP

    Keefek Noha,
    Can you give us more explanation on what you are trying to do exaclty, I got
    a bit lost when reading your post.
    I didn't quite understand how are you going to fetch the images if they are
    offline. How are you doing this with the data? A small thought also, what's
    the point of not having an online administration for such an application (I
    don't know, that's my opinion).
    --
    Fadi El-Eter, itoctopus - http://www.itoctopus.com

    "NohaKhalif a" <noha_khalifa@g awab.com> wrote in message
    news:949b3128.0 403110108.48abe dd7@posting.goo gle.com...[color=blue]
    > Dear All;
    >
    > I'm developing a web site and i need to make adminisration for this
    > site it's a site for Real Estates .
    >
    > But I don't need the administration to be online .. I want them to
    > fill data and images offline and then send them online...
    >
    > but i have a problem regarding the images i want it to be sent to the
    > web site So i want if there is a possible way to fill data offline and
    > this will put it in offline database then on browsing images it'll be
    > sent online and at the same time put on their location i adjusted
    > offline .
    >
    > So how can i put Images at a desired location Offline and at the same
    > time upload them online .
    >
    > Thanks Alot
    > Noha Khalifa[/color]


    Comment

    • NohaKhalifa

      #3
      Re: Upload Problem Using ASP

      Hi;

      The problem of not having administration online is that they have a
      Dial-Up connection and if any Seller came to their office for His Real
      Estate, they need him to wait till they connected to the internet and
      fill the data online ....

      So this Solution is not suitable for them .
      SO what i made is an offline form that fill data in an offline
      database also put images for each Real Estate in a folder with the
      real estate Name "I made this by using Fileupload, So he selected
      Images by Browsing it"..

      After this step and he fill and update all data required, The second
      step came to Upload data to the online database, he connected to the
      internet and i made a file send data to an asp file on hosting server
      and store data in online db..

      After this the third step came to upload images to the online web
      server for images to appear in site also i made upload code in an asp
      file on the hosting server...
      That's all the Story but the problem is that they don't like this and
      see that it needs alot of work to do it especially for images they see
      that they do the this twice online and offline,and they may make
      faults selecting images .

      I forget to say that the site also located offline so i need images to
      be in the site location offline.

      They want to upload images online and offline at the desired folder by
      one click .

      the problem for me that i need to use server.mappath and it just will
      work for offline web server or hosting server ..

      I hope that u understand me, and i hope to find a soultion for this
      problem ...

      Thanks alot
      noha khalifa


      "Fadi El-Eter" <el_eter@nospam atall.com> wrote in message news:<uTDhu#0BE HA.1140@TK2MSFT NGP10.phx.gbl>. ..[color=blue]
      > Keefek Noha,
      > Can you give us more explanation on what you are trying to do exaclty, I got
      > a bit lost when reading your post.
      > I didn't quite understand how are you going to fetch the images if they are
      > offline. How are you doing this with the data? A small thought also, what's
      > the point of not having an online administration for such an application (I
      > don't know, that's my opinion).
      > --
      > Fadi El-Eter, itoctopus - http://www.itoctopus.com
      >
      > "NohaKhalif a" <noha_khalifa@g awab.com> wrote in message
      > news:949b3128.0 403110108.48abe dd7@posting.goo gle.com...[color=green]
      > > Dear All;
      > >
      > > I'm developing a web site and i need to make adminisration for this
      > > site it's a site for Real Estates .
      > >
      > > But I don't need the administration to be online .. I want them to
      > > fill data and images offline and then send them online...
      > >
      > > but i have a problem regarding the images i want it to be sent to the
      > > web site So i want if there is a possible way to fill data offline and
      > > this will put it in offline database then on browsing images it'll be
      > > sent online and at the same time put on their location i adjusted
      > > offline .
      > >
      > > So how can i put Images at a desired location Offline and at the same
      > > time upload them online .
      > >
      > > Thanks Alot
      > > Noha Khalifa[/color][/color]

      Comment

      • Fadi El-Eter

        #4
        Re: Upload Problem Using ASP

        Well, allow me to say this is the poorest company I've ever seen, that's for
        sure.
        Here's my solution for you, which I think is the easiest,
        make a small visual basic program to upload the database and the images to
        their appropriate location (you can use the FTP control), research it a bit
        on the web.
        Once they connect, they'll upload it and that's it.
        If the database is large, and you don't want to upload it each time, just
        make this small visual basic application run your asp script to copy the
        data.
        You can also upload the images that are only modified during the same day or
        come up with another alogrithm.
        My guess is that this solution is the easiest and the least cumbersome. Feel
        free to contact me whenever you want.

        --
        Fadi El-Eter, itoctopus - http://www.itoctopus.com
        "NohaKhalif a" <noha_khalifa@g awab.com> wrote in message
        news:949b3128.0 403110711.6323a d88@posting.goo gle.com...[color=blue]
        > Hi;
        >
        > The problem of not having administration online is that they have a
        > Dial-Up connection and if any Seller came to their office for His Real
        > Estate, they need him to wait till they connected to the internet and
        > fill the data online ....
        >
        > So this Solution is not suitable for them .
        > SO what i made is an offline form that fill data in an offline
        > database also put images for each Real Estate in a folder with the
        > real estate Name "I made this by using Fileupload, So he selected
        > Images by Browsing it"..
        >
        > After this step and he fill and update all data required, The second
        > step came to Upload data to the online database, he connected to the
        > internet and i made a file send data to an asp file on hosting server
        > and store data in online db..
        >
        > After this the third step came to upload images to the online web
        > server for images to appear in site also i made upload code in an asp
        > file on the hosting server...
        > That's all the Story but the problem is that they don't like this and
        > see that it needs alot of work to do it especially for images they see
        > that they do the this twice online and offline,and they may make
        > faults selecting images .
        >
        > I forget to say that the site also located offline so i need images to
        > be in the site location offline.
        >
        > They want to upload images online and offline at the desired folder by
        > one click .
        >
        > the problem for me that i need to use server.mappath and it just will
        > work for offline web server or hosting server ..
        >
        > I hope that u understand me, and i hope to find a soultion for this
        > problem ...
        >
        > Thanks alot
        > noha khalifa
        >
        >
        > "Fadi El-Eter" <el_eter@nospam atall.com> wrote in message[/color]
        news:<uTDhu#0BE HA.1140@TK2MSFT NGP10.phx.gbl>. ..[color=blue][color=green]
        > > Keefek Noha,
        > > Can you give us more explanation on what you are trying to do exaclty, I[/color][/color]
        got[color=blue][color=green]
        > > a bit lost when reading your post.
        > > I didn't quite understand how are you going to fetch the images if they[/color][/color]
        are[color=blue][color=green]
        > > offline. How are you doing this with the data? A small thought also,[/color][/color]
        what's[color=blue][color=green]
        > > the point of not having an online administration for such an application[/color][/color]
        (I[color=blue][color=green]
        > > don't know, that's my opinion).
        > > --
        > > Fadi El-Eter, itoctopus - http://www.itoctopus.com
        > >
        > > "NohaKhalif a" <noha_khalifa@g awab.com> wrote in message
        > > news:949b3128.0 403110108.48abe dd7@posting.goo gle.com...[color=darkred]
        > > > Dear All;
        > > >
        > > > I'm developing a web site and i need to make adminisration for this
        > > > site it's a site for Real Estates .
        > > >
        > > > But I don't need the administration to be online .. I want them to
        > > > fill data and images offline and then send them online...
        > > >
        > > > but i have a problem regarding the images i want it to be sent to the
        > > > web site So i want if there is a possible way to fill data offline and
        > > > this will put it in offline database then on browsing images it'll be
        > > > sent online and at the same time put on their location i adjusted
        > > > offline .
        > > >
        > > > So how can i put Images at a desired location Offline and at the same
        > > > time upload them online .
        > > >
        > > > Thanks Alot
        > > > Noha Khalifa[/color][/color][/color]


        Comment

        • NohaKhalifa

          #5
          Re: Upload Problem Using ASP

          Thanks alot for ur care, i understand ur solution .

          I'll tell u what i'm doing for data, after they filled from
          administration form offline to the offline database, i made a form of
          Hidden fields that contains data that isn't uploaded yet i'm checking
          certain field i made in database.

          then i submit this form to a an asp file in hosting server and i made
          the insertion code in this file so it inserted data in online database
          ..

          I can read images names by the same way, do u have anyway to complete
          the upload proccess for images to the hosting server by the same way
          by only knowing their name from database .

          I hope u have any idea about this..
          Sorry but i don't have time to search for ur idea because i need to
          finish this soon, so if u have a solution i can continue by it mine
          i'll be greatfull .

          Sorry for disturbing u .
          Thanks alot
          Noha Khalifa


          "Fadi El-Eter" <el_eter@nospam atall.com> wrote in message news:<OIxM76ACE HA.2360@TK2MSFT NGP10.phx.gbl>. ..[color=blue]
          > Well, allow me to say this is the poorest company I've ever seen, that's for
          > sure.
          > Here's my solution for you, which I think is the easiest,
          > make a small visual basic program to upload the database and the images to
          > their appropriate location (you can use the FTP control), research it a bit
          > on the web.
          > Once they connect, they'll upload it and that's it.
          > If the database is large, and you don't want to upload it each time, just
          > make this small visual basic application run your asp script to copy the
          > data.
          > You can also upload the images that are only modified during the same day or
          > come up with another alogrithm.
          > My guess is that this solution is the easiest and the least cumbersome. Feel
          > free to contact me whenever you want.
          >
          > --
          > Fadi El-Eter, itoctopus - http://www.itoctopus.com
          > "NohaKhalif a" <noha_khalifa@g awab.com> wrote in message
          > news:949b3128.0 403110711.6323a d88@posting.goo gle.com...[color=green]
          > > Hi;
          > >
          > > The problem of not having administration online is that they have a
          > > Dial-Up connection and if any Seller came to their office for His Real
          > > Estate, they need him to wait till they connected to the internet and
          > > fill the data online ....
          > >
          > > So this Solution is not suitable for them .
          > > SO what i made is an offline form that fill data in an offline
          > > database also put images for each Real Estate in a folder with the
          > > real estate Name "I made this by using Fileupload, So he selected
          > > Images by Browsing it"..
          > >
          > > After this step and he fill and update all data required, The second
          > > step came to Upload data to the online database, he connected to the
          > > internet and i made a file send data to an asp file on hosting server
          > > and store data in online db..
          > >
          > > After this the third step came to upload images to the online web
          > > server for images to appear in site also i made upload code in an asp
          > > file on the hosting server...
          > > That's all the Story but the problem is that they don't like this and
          > > see that it needs alot of work to do it especially for images they see
          > > that they do the this twice online and offline,and they may make
          > > faults selecting images .
          > >
          > > I forget to say that the site also located offline so i need images to
          > > be in the site location offline.
          > >
          > > They want to upload images online and offline at the desired folder by
          > > one click .
          > >
          > > the problem for me that i need to use server.mappath and it just will
          > > work for offline web server or hosting server ..
          > >
          > > I hope that u understand me, and i hope to find a soultion for this
          > > problem ...
          > >
          > > Thanks alot
          > > noha khalifa
          > >
          > >
          > > "Fadi El-Eter" <el_eter@nospam atall.com> wrote in message[/color]
          > news:<uTDhu#0BE HA.1140@TK2MSFT NGP10.phx.gbl>. ..[color=green][color=darkred]
          > > > Keefek Noha,
          > > > Can you give us more explanation on what you are trying to do exaclty, I[/color][/color]
          > got[color=green][color=darkred]
          > > > a bit lost when reading your post.
          > > > I didn't quite understand how are you going to fetch the images if they[/color][/color]
          > are[color=green][color=darkred]
          > > > offline. How are you doing this with the data? A small thought also,[/color][/color]
          > what's[color=green][color=darkred]
          > > > the point of not having an online administration for such an application[/color][/color]
          > (I[color=green][color=darkred]
          > > > don't know, that's my opinion).
          > > > --
          > > > Fadi El-Eter, itoctopus - http://www.itoctopus.com
          > > >
          > > > "NohaKhalif a" <noha_khalifa@g awab.com> wrote in message
          > > > news:949b3128.0 403110108.48abe dd7@posting.goo gle.com...
          > > > > Dear All;
          > > > >
          > > > > I'm developing a web site and i need to make adminisration for this
          > > > > site it's a site for Real Estates .
          > > > >
          > > > > But I don't need the administration to be online .. I want them to
          > > > > fill data and images offline and then send them online...
          > > > >
          > > > > but i have a problem regarding the images i want it to be sent to the
          > > > > web site So i want if there is a possible way to fill data offline and
          > > > > this will put it in offline database then on browsing images it'll be
          > > > > sent online and at the same time put on their location i adjusted
          > > > > offline .
          > > > >
          > > > > So how can i put Images at a desired location Offline and at the same
          > > > > time upload them online .
          > > > >
          > > > > Thanks Alot
          > > > > Noha Khalifa[/color][/color][/color]

          Comment

          Working...