I'm not sure I understand the problem correctly, but do you use Gears
database?
Storing templates in the database, creating new files based on them,
and sending data back to the server when online you should not
encounter any difficulties.


On Jun 11, 8:04 pm, Donkey <[email protected]> wrote:
> Hi:
>
> I am not sure is it possible?. My use case is like the following
>
> 1) When user online, download a lot of template into local folder,
> this like the Word template in ext .dox
>
> 2) user go offline, a new button associate with each tempate link is
> clicked and it will create a local file basic on the tempalte but the
> file will be in different ext, It likes copy dox to doc file in Word.
>
> 3) Also, in offline a newfiles page provide a lot of hypelink links
> point to the new files name that is created and click the link, it
> should be open the new file inside an iframe of newfiles page.
>
> The problem is in step 2 when user create the new file, the
> localServer can't capture the new file. It is because the status is in
> offline and the file name and the lcoal file location is created in
> runtime dynamic when offline. Seem, the local server no chance to
> capture the new file. As the result, when I put the new file in the
> src of the iframe, the iframe try to load it from local server, but
> fail cause the local server has not capture that file yet.
>
> So, in offline, page is load well because is already capture but the
> child page inside the iframe is not load, However, it expected to load
> the new file but now it can't find the resource because the local
> server has not capture the new file when it create.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Gears Users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/gears-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to